Searched refs:LbCond (Results 1 – 1 of 1) sorted by relevance
1644 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToCountable() local1649 Builder.SetInsertPoint(LbCond); in transformLoopToCountable()1659 LbCond->setPredicate(Pred); in transformLoopToCountable()1660 LbCond->setOperand(0, TcDec); in transformLoopToCountable()1661 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToCountable()1751 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transformLoopToPopcount() local1756 Builder.SetInsertPoint(LbCond); in transformLoopToPopcount()1766 LbCond->setPredicate(Pred); in transformLoopToPopcount()1767 LbCond->setOperand(0, TcDec); in transformLoopToPopcount()1768 LbCond->setOperand(1, ConstantInt::get(Ty, 0)); in transformLoopToPopcount()