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

References

lib/Analysis/ScalarEvolutionExpander.cpp
 2267   Type *ARExpandTy = DL.isNonIntegralPointerType(ARTy) ? ARTy : Ty;
 2269   Value *StepValue = expandCodeFor(Step, Ty, Loc);
 2270   Value *NegStepValue = expandCodeFor(SE.getNegativeSCEV(Step), Ty, Loc);
 2282   Value *TruncTripCount = Builder.CreateZExtOrTrunc(TripCountVal, Ty);
 2284                                          Intrinsic::umul_with_overflow, Ty);
 2298     Add = Builder.CreateBitCast(expandAddToGEP(MulS, ARPtrTy, Ty, StartValue),
 2301         expandAddToGEP(NegMulS, ARPtrTy, Ty, StartValue), ARPtrTy);
 2320   if (SE.getTypeSizeInBits(CountTy) > SE.getTypeSizeInBits(Ty)) {