Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dcodegen_llvm.cc445 Value *neq_zero = B.CreateICmpNE(pop_expr(), B.getIntN(n->lhs_->bit_width_, 0)); in emit_short_circuit_and() local
446 B.CreateCondBr(neq_zero, label_then, label_end); in emit_short_circuit_and()
472 Value *neq_zero = B.CreateICmpNE(pop_expr(), B.getIntN(n->lhs_->bit_width_, 0)); in emit_short_circuit_or() local
473 B.CreateCondBr(neq_zero, label_end, label_then); in emit_short_circuit_or()