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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2758 static const SCEV *getExprBase(const SCEV *S) { function
2765 return getExprBase(cast<SCEVTruncateExpr>(S)->getOperand());
2767 return getExprBase(cast<SCEVZeroExtendExpr>(S)->getOperand());
2769 return getExprBase(cast<SCEVSignExtendExpr>(S)->getOperand());
2779 return getExprBase(SubExpr);
2787 return getExprBase(cast<SCEVAddRecExpr>(S)->getStart());
2911 const SCEV *const OperExprBase = getExprBase(OperExpr);

Completed in 59 milliseconds