Searched refs:fold_alu_op3 (Results 1 – 3 of 3) sorted by relevance
78 bool fold_alu_op3(alu_node &n);
285 case 3: return fold_alu_op3(n); in fold()505 fold_alu_op3(*n); in fold_mul_add()542 fold_alu_op3(*n); in fold_mul_add()933 bool expr_handler::fold_alu_op3(alu_node& n) { in fold_alu_op3() function in r600_sb::expr_handler
107 - r600/sb: fix crash in fold_alu_op3