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.cpp2547 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToCountable() local
2552 Builder.SetInsertPoint(LbCond); in transformLoopToCountable()
2561 LbCond->setPredicate(Pred); in transformLoopToCountable()
2562 LbCond->setOperand(0, TcDec); in transformLoopToCountable()
2563 LbCond->setOperand(1, ConstantInt::get(CountTy, 0)); in transformLoopToCountable()
2653 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToPopcount() local
2659 Builder.SetInsertPoint(LbCond); in transformLoopToPopcount()
2669 LbCond->setPredicate(Pred); in transformLoopToPopcount()
2670 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()
2671 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToPopcount()