Home | History | Annotate | Download | only in Utils

Lines Matching refs:NotCond

2431           Instruction *NotCond = cast<Instruction>(
2434 Builder.CreateBinOp(Instruction::And, NotCond, New, "and.cond"));
2445 Instruction *NotCond = cast<Instruction>(
2448 Instruction::Or, NotCond, MergedCond, "or.cond"));