Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2487 static const SCEV *getExprBase(const SCEV *S) { in getExprBase() function
2494 return getExprBase(cast<SCEVTruncateExpr>(S)->getOperand()); in getExprBase()
2496 return getExprBase(cast<SCEVZeroExtendExpr>(S)->getOperand()); in getExprBase()
2498 return getExprBase(cast<SCEVSignExtendExpr>(S)->getOperand()); in getExprBase()
2508 return getExprBase(SubExpr); in getExprBase()
2516 return getExprBase(cast<SCEVAddRecExpr>(S)->getStart()); in getExprBase()
2636 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()