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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1115 ICmpInst *OrigCond = dyn_cast<ICmpInst>(BI->getCondition()); local
1116 if (!OrigCond) return true;
1117 const SCEV *R = SE->getSCEV(OrigCond->getOperand(1));
1120 const SCEV *L = SE->getSCEV(OrigCond->getOperand(0));
1578 Value *OrigCond = BI->getCondition(); local
1585 DeadInsts.push_back(OrigCond);

Completed in 37 milliseconds