Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h37 #define ir_UNARY_OP_B(_op, _op1) ir_fold1(_ir_CTX, IR_OPT((_op), IR_BOOL), (_op1)) macro
272 #define ir_NOT_B(_op1) ir_UNARY_OP_B(IR_NOT, (_op1))
475 #define ir_COPY_B(_op1) ir_UNARY_OP_B(IR_COPY, (_op1))

Completed in 15 milliseconds