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;2246 virtual bool is_negative_one() const;
46 bool ir_rvalue::is_negative_one() const in is_negative_one() function in ir_rvalue1326 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()
65 bool is_negative_one() const;
714 backend_reg::is_negative_one() const in is_negative_one() function in backend_reg
843 } else if (inst->src[1].is_negative_one()) { in opt_algebraic()
2363 if (inst->src[1].is_negative_one()) { in opt_algebraic()
855 } else if (c->is_negative_one()) { in emit_swz()