Searched refs:expr0 (Results 1 – 4 of 4) sorted by relevance
189 try_replace_with_dot(ir_expression *expr0, ir_expression *expr1, void *mem_ctx) in try_replace_with_dot() argument191 if (expr0 && expr0->operation == ir_binop_add && in try_replace_with_dot()192 expr0->type->is_float() && in try_replace_with_dot()195 ir_swizzle *x = expr0->operands[0]->as_swizzle(); in try_replace_with_dot()196 ir_swizzle *y = expr0->operands[1]->as_swizzle(); in try_replace_with_dot()
291 struct expr expr0 = { variable
1224 SExpr *expr0() { return Expr0; } in expr0() function1225 const SExpr *expr0() const { return Expr0; } in expr0() function1243 Ct = Cmp.compare(expr0(), E->expr0()); in compare()
764 self()->printSExpr(E->expr0(), SS, Prec_Binary-1); in printBinaryOp()