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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 3224       if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc)))
 3224       if (!PostIncV || (SE.getSCEV(PostIncV) != SE.getSCEV(IVSrc)))
 3227       Type *PostIncTy = PostIncV->getType();
 3231         Builder.SetCurrentDebugLocation(PostIncV->getDebugLoc());
 3234       Phi.replaceUsesOfWith(PostIncV, IVOper);
 3235       DeadInsts.emplace_back(PostIncV);