Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir.c2037 condition = ir_ref_is_true(ctx, condition) ? IR_TRUE : IR_FALSE;
2544 if (ir_ref_is_true(ctx, condition)) {
2590 if (!ir_ref_is_true(ctx, condition)) {
H A Dir_private.h894 IR_ALWAYS_INLINE bool ir_ref_is_true(ir_ctx *ctx, ir_ref ref) in ir_ref_is_true() function
H A Dir_aarch64.dasc4979 bool is_true = ir_ref_is_true(ctx, insn->op2);
H A Dir_x86.dasc9242 bool is_true = ir_ref_is_true(ctx, insn->op2);

Completed in 57 milliseconds