Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1241 ICmpInst *OrigCond = dyn_cast<ICmpInst>(BI->getCondition()); in isHighCostExpansion() local
1242 if (!OrigCond) return true; in isHighCostExpansion()
1243 const SCEV *R = SE->getSCEV(OrigCond->getOperand(1)); in isHighCostExpansion()
1246 const SCEV *L = SE->getSCEV(OrigCond->getOperand(0)); in isHighCostExpansion()
1630 Value *OrigCond = BI->getCondition(); in LinearFunctionTestReplace() local
1637 DeadInsts.push_back(OrigCond); in LinearFunctionTestReplace()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1992 Value *OrigCond = BI->getCondition(); in linearFunctionTestReplace() local
1999 DeadInsts.push_back(OrigCond); in linearFunctionTestReplace()