Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp536 ICmpInst *PreCond = cast<ICmpInst>(PreCondBr->getCondition()); in transform() local
540 if (PreCond->getOperand(0) != Var) in transform()
544 cast<ICmpInst>(Builder.CreateICmp(PreCond->getPredicate(), Opnd0, Opnd1)); in transform()
545 PreCond->replaceAllUsesWith(NewPreCond); in transform()
547 deleteDeadInstruction(PreCond, *SE, TLI); in transform()