Searched refs:is_negative_one (Results 1 – 9 of 9) sorted by relevance
78 if (!c->is_one() && !c->is_zero() && !c->is_negative_one()) in is_extended_swizzle()
299 virtual bool is_negative_one() const;2204 virtual bool is_negative_one() const;
44 bool ir_rvalue::is_negative_one() const in is_negative_one() function in ir_rvalue1181 ir_constant::is_negative_one() const in is_negative_one() function in ir_constant
129 return (ir == NULL) ? false : ir->is_negative_one(); in is_vec_negative_one()
63 bool is_negative_one() const;
715 backend_reg::is_negative_one() const in is_negative_one() function in backend_reg
782 } else if (inst->src[1].is_negative_one()) { in opt_algebraic()
2202 if (inst->src[1].is_negative_one()) { in opt_algebraic()
840 } else if (c->is_negative_one()) { in emit_swz()