reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 2772     return getExprBase(cast<SCEVTruncateExpr>(S)->getOperand());
 2774     return getExprBase(cast<SCEVZeroExtendExpr>(S)->getOperand());
 2776     return getExprBase(cast<SCEVSignExtendExpr>(S)->getOperand());
 2786         return getExprBase(SubExpr);
 2794     return getExprBase(cast<SCEVAddRecExpr>(S)->getStart());
 2910   const SCEV *const OperExprBase = getExprBase(OperExpr);