Searched refs:LbCond (Results 1 – 2 of 2) sorted by relevance
1614 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToCountable() local1619 Builder.SetInsertPoint(LbCond); in transformLoopToCountable()1629 LbCond->setPredicate(Pred); in transformLoopToCountable()1630 LbCond->setOperand(0, TcDec); in transformLoopToCountable()1631 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToCountable()1722 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToPopcount() local1727 Builder.SetInsertPoint(LbCond); in transformLoopToPopcount()1737 LbCond->setPredicate(Pred); in transformLoopToPopcount()1738 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()1739 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToPopcount()
1258 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToPopcount() local1263 Builder.SetInsertPoint(LbCond); in transformLoopToPopcount()1273 LbCond->setPredicate(Pred); in transformLoopToPopcount()1274 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()1275 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToPopcount()