Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1644 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToCountable() local
1649 Builder.SetInsertPoint(LbCond); in transformLoopToCountable()
1659 LbCond->setPredicate(Pred); in transformLoopToCountable()
1660 LbCond->setOperand(0, TcDec); in transformLoopToCountable()
1661 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToCountable()
1751 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToPopcount() local
1756 Builder.SetInsertPoint(LbCond); in transformLoopToPopcount()
1766 LbCond->setPredicate(Pred); in transformLoopToPopcount()
1767 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()
1768 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToPopcount()