Searched refs:CmpN (Results 1 – 1 of 1) sorted by relevance
3233 Instruction *CmpN = CmpInst::Create(Instruction::ICmp, CmpInst::ICMP_EQ, in completeLoopSkeleton() local3241 CmpN->setDebugLoc(ScalarLatchTerm->getDebugLoc()); in completeLoopSkeleton()3242 cast<BranchInst>(LoopMiddleBlock->getTerminator())->setCondition(CmpN); in completeLoopSkeleton()