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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  516   const SCEV *getAnyExtendExpr(const SCEV *Op, Type *Ty);

References

lib/Analysis/ScalarEvolution.cpp
 2214       return getAnyExtendExpr(NewOp, Ty);
 2232       Ops.push_back(getAnyExtendExpr(Op, Ty));
 2506         LargeOps.push_back(getAnyExtendExpr(C, SrcType));
 2518             LargeMulOps.push_back(getAnyExtendExpr(C, SrcType));
 4100   return getAnyExtendExpr(V, Ty);
lib/Analysis/ScalarEvolutionExpander.cpp
 1515       NewOps[i] = SE.getAnyExtendExpr(S->op_begin()[i], CanonicalIV->getType());
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 4041         const SCEV *NewScaledReg = SE.getAnyExtendExpr(F.ScaledReg, SrcTy);
 4048         const SCEV *NewBaseReg = SE.getAnyExtendExpr(BaseReg, SrcTy);