Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp539 ICmpInst *LbCond = cast<ICmpInst>(LbBr->getCondition()); in transform() local
544 Builder.SetInsertPoint(LbCond); in transform()
555 LbCond->setPredicate(Pred); in transform()
556 LbCond->setOperand(0, TcDec); in transform()
557 LbCond->setOperand(1, cast<Value>(ConstantInt::get(Ty, 0))); in transform()