Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2110 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToCountable() local
2114 Builder.SetInsertPoint(LbCond); in transformLoopToCountable()
2123 LbCond->setPredicate(Pred); in transformLoopToCountable()
2124 LbCond->setOperand(0, TcDec); in transformLoopToCountable()
2125 LbCond->setOperand(1, ConstantInt::get(CountTy, 0)); in transformLoopToCountable()
2215 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToPopcount() local
2220 Builder.SetInsertPoint(LbCond); in transformLoopToPopcount()
2230 LbCond->setPredicate(Pred); in transformLoopToPopcount()
2231 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()
2232 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToPopcount()