Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.h661 ir_ref ir_const_float(ir_ctx *ctx, float c);
H A Dir_builder.h32 #define ir_CONST_FLOAT(_val) ir_const_float(_ir_CTX, (_val))
H A Dir_sccp.c807 return ir_const_float(ctx, (float)insn->val.d); in ir_promote_d2f()
H A Dir.c617 ir_ref ir_const_float(ir_ctx *ctx, float c) function
H A Dir_fold.h2499 op2 = ir_const_float(ctx, (float)op2_insn->val.d); in IR_FOLD()

Completed in 41 milliseconds