Home
last modified time | relevance | path

Searched refs:ir_ref_is_true (Results 1 – 4 of 4) sorted by last modified time

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc9242 bool is_true = ir_ref_is_true(ctx, insn->op2);
H A Dir_aarch64.dasc4979 bool is_true = ir_ref_is_true(ctx, insn->op2);
H A Dir.c2065 condition = ir_ref_is_true(ctx, condition) ? IR_TRUE : IR_FALSE;
2572 if (ir_ref_is_true(ctx, condition)) {
2618 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

Completed in 42 milliseconds