Home
last modified time | relevance | path

Searched refs:CmpN (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3233 Instruction *CmpN = CmpInst::Create(Instruction::ICmp, CmpInst::ICMP_EQ, in completeLoopSkeleton() local
3241 CmpN->setDebugLoc(ScalarLatchTerm->getDebugLoc()); in completeLoopSkeleton()
3242 cast<BranchInst>(LoopMiddleBlock->getTerminator())->setCondition(CmpN); in completeLoopSkeleton()