Searched defs:EndCmp (Results 1 – 2 of 2) sorted by relevance
136 auto *EndCmp = IRB.CreateCmp(IsCtor ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_ULT, createInitOrFiniCalls() local
198 IRB.CreateCondBr(EndCmp, ExitBB, LoopBB); in createInitOrFiniCalls() local