Lines Matching defs:one
239 * base types matched, and at least one of the operands of the 2
299 /* When eliminating an expression and just returning one of its operands,
552 /* Multiply found on one of the operands. Now check for an
562 /* Inner addition found on one of the operands. Now check for
563 * one of the operands of the inner addition to be the negative
979 ir_constant *one;
983 one = new(mem_ctx) ir_constant(float16_t::one(), op2_components);
986 one = new(mem_ctx) ir_constant(1.0f, op2_components);
989 one = new(mem_ctx) ir_constant(1.0, op2_components);
992 one = NULL;
996 return mul(ir->operands[0], add(one, neg(ir->operands[2])));