Home
last modified time | relevance | path

Searched refs:ir_may_promote_i2i (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/ext/opcache/jit/ir/
H A Dir_sccp.c936 static bool ir_may_promote_i2i(ir_ctx *ctx, ir_type type, ir_ref ref) in ir_may_promote_i2i() function
951 ir_may_promote_i2i(ctx, type, insn->op1); in ir_may_promote_i2i()
962 ir_may_promote_i2i(ctx, type, insn->op1) && in ir_may_promote_i2i()
963 ir_may_promote_i2i(ctx, type, insn->op2); in ir_may_promote_i2i()
2524 if (ir_may_promote_i2i(ctx, insn->type, insn->op1)) { in ir_sccp()

Completed in 11 milliseconds