Searched refs:fold_const2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | optimize.c | 1023 static bool fold_const2(OptContext *ctx, TCGOp *op) in fold_const2() function 1044 return fold_const2(ctx, op); in fold_const2_commutative() 1318 if (fold_const2(ctx, op) || in fold_andc() 1644 if (fold_const2(ctx, op) || in fold_divide() 1924 if (fold_const2(ctx, op) || in fold_mul() 2059 if (fold_const2(ctx, op) || in fold_orc() 2100 if (fold_const2(ctx, op) || in fold_remainder() 2489 if (fold_const2(ctx, op) || in fold_shift() 2583 if (fold_const2(ctx, op) || fold_sub_vec(ctx, op)) { in fold_sub()
|