Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1967 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToCountable() local
1971 Builder.SetInsertPoint(LbCond); in transformLoopToCountable()
1980 LbCond->setPredicate(Pred); in transformLoopToCountable()
1981 LbCond->setOperand(0, TcDec); in transformLoopToCountable()
1982 LbCond->setOperand(1, ConstantInt::get(CountTy, 0)); in transformLoopToCountable()
2072 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToPopcount() local
2077 Builder.SetInsertPoint(LbCond); in transformLoopToPopcount()
2087 LbCond->setPredicate(Pred); in transformLoopToPopcount()
2088 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()
2089 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToPopcount()