Searched refs:neq_zero (Results 1 – 1 of 1) sorted by relevance
445 Value *neq_zero = B.CreateICmpNE(pop_expr(), B.getIntN(n->lhs_->bit_width_, 0)); in emit_short_circuit_and() local446 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() local473 B.CreateCondBr(neq_zero, label_end, label_then); in emit_short_circuit_or()