Searched refs:getExprBase (Results 1 – 1 of 1) sorted by relevance
2802 static const SCEV *getExprBase(const SCEV *S) { in getExprBase() function2809 return getExprBase(cast<SCEVTruncateExpr>(S)->getOperand()); in getExprBase()2811 return getExprBase(cast<SCEVZeroExtendExpr>(S)->getOperand()); in getExprBase()2813 return getExprBase(cast<SCEVSignExtendExpr>(S)->getOperand()); in getExprBase()2823 return getExprBase(SubExpr); in getExprBase()2831 return getExprBase(cast<SCEVAddRecExpr>(S)->getStart()); in getExprBase()2955 const SCEV *const OperExprBase = getExprBase(OperExpr); in ChainInstruction()