Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2770 static const SCEV *getExprBase(const SCEV *S) { in getExprBase() function
2777 return getExprBase(cast<SCEVTruncateExpr>(S)->getOperand()); in getExprBase()
2779 return getExprBase(cast<SCEVZeroExtendExpr>(S)->getOperand()); in getExprBase()
2781 return getExprBase(cast<SCEVSignExtendExpr>(S)->getOperand()); in getExprBase()
2791 return getExprBase(SubExpr); in getExprBase()
2799 return getExprBase(cast<SCEVAddRecExpr>(S)->getStart()); in getExprBase()
2923 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()