Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Cond2

1773     llvm::Value *Cond2 = Builder.CreateAnd(LHSCmp, RHSCmp, "and");
1774 Builder.CreateCondBr(Builder.CreateOr(Cond1, Cond2, "or"),