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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1214 ICmpInst *OrigCond = dyn_cast<ICmpInst>(BI->getCondition()); local
1215 if (!OrigCond) return true;
1216 const SCEV *R = SE->getSCEV(OrigCond->getOperand(1));
1219 const SCEV *L = SE->getSCEV(OrigCond->getOperand(0));
1692 Value *OrigCond = BI->getCondition(); local
1699 DeadInsts.push_back(OrigCond);

Completed in 43 milliseconds