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

References

lib/Analysis/ScalarEvolutionExpander.cpp
  415   SplitAddRecs(Ops, Ty, SE);
  433           const SCEV *Remainder = SE.getConstant(Ty, 0);
  449           SimplifyAddOperands(Ops, Ty, SE);
  459                     Constant::getNullValue(Ty) :
  460                     expandCodeFor(SE.getAddExpr(ScaledOps), Ty);
  479                 ConstantInt::get(Type::getInt32Ty(Ty->getContext()), ElIdx));
  482                 SE.getConstant(Ty, FullOffset - SL.getElementOffset(ElIdx));
  493           Constant::getNullValue(Type::getInt32Ty(Ty->getContext())));
  509        Type::getInt8PtrTy(Ty->getContext(), PTy->getAddressSpace()));
  515     Value *Idx = expandCodeFor(SE.getAddExpr(Ops), Ty);
  520         return ConstantExpr::getGetElementPtr(Type::getInt8Ty(Ty->getContext()),