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

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp573 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); local
578 Builder.SetInsertPoint(LbCond);
589 LbCond->setPredicate(Pred);
590 LbCond->setOperand(0, TcDec);
591 LbCond->setOperand(1, cast<Value>(ConstantInt::get(Ty, 0)));

Completed in 212 milliseconds