Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_sccp.c734 static bool ir_may_promote_d2f(ir_ctx *ctx, ir_ref ref) in ir_may_promote_d2f() function
750 ir_may_promote_d2f(ctx, insn->op1); in ir_may_promote_d2f()
758 ir_may_promote_d2f(ctx, insn->op1) && in ir_may_promote_d2f()
759 ir_may_promote_d2f(ctx, insn->op2); in ir_may_promote_d2f()
2497 if (ir_may_promote_d2f(ctx, insn->op1)) { in ir_sccp()
2514 if (ir_may_promote_d2f(ctx, insn->op1)) { in ir_sccp()

Completed in 13 milliseconds