Lines Matching refs:EndCond
802 // endcond = endexpr807 // br endcond, loop, endloop854 Value *EndCond = End->Codegen();855 if (EndCond == 0) return EndCond;864 EndCond = Builder.CreateFCmpONE(EndCond, 872 Builder.CreateCondBr(EndCond, LoopBB, AfterBB);