Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2242 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToCountable() local
2247 Builder.SetInsertPoint(LbCond); in transformLoopToCountable()
2256 LbCond->setPredicate(Pred); in transformLoopToCountable()
2257 LbCond->setOperand(0, TcDec); in transformLoopToCountable()
2258 LbCond->setOperand(1, ConstantInt::get(CountTy, 0)); in transformLoopToCountable()
2348 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToPopcount() local
2354 Builder.SetInsertPoint(LbCond); in transformLoopToPopcount()
2364 LbCond->setPredicate(Pred); in transformLoopToPopcount()
2365 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()
2366 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToPopcount()