Lines Matching defs:LbCond
2242 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition());
2247 Builder.SetInsertPoint(LbCond);
2256 LbCond->setPredicate(Pred);
2257 LbCond->setOperand(0, TcDec);
2258 LbCond->setOperand(1, ConstantInt::get(CountTy, 0));
2348 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition());
2354 Builder.SetInsertPoint(LbCond);
2364 LbCond->setPredicate(Pred);
2365 LbCond->setOperand(0, TcDec);
2366 LbCond->setOperand(1, ConstantInt::get(Ty, 0));