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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5147   if (!Ty)
 5149     Ty = OpTy;
 5150   else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy))
 5152     Ty = OpTy;
 5154   Type *IntTy = SE.getEffectiveSCEVType(Ty);
 5214       Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty);
 5224     Value *FullV = Rewriter.expandCodeFor(SE.getAddExpr(Ops), Ty);
 5260   Value *FullV = Rewriter.expandCodeFor(FullS, Ty);