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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2482 /// getExprBase - Return an approximation of this SCEV expression's "base", or
2492 static const SCEV *getExprBase(const SCEV *S) { function
2499 return getExprBase(cast<SCEVTruncateExpr>(S)->getOperand());
2501 return getExprBase(cast<SCEVZeroExtendExpr>(S)->getOperand());
2503 return getExprBase(cast<SCEVSignExtendExpr>(S)->getOperand());
2513 return getExprBase(SubExpr);
2521 return getExprBase(cast<SCEVAddRecExpr>(S)->getStart());
2642 const SCEV *const OperExprBase = getExprBase(OperExpr);

Completed in 887 milliseconds