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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5149     Ty = OpTy;
 5150   else if (SE.getEffectiveSCEVType(Ty) == SE.getEffectiveSCEVType(OpTy))
 5152     Ty = OpTy;
 5274       if (ICmpScaledV->getType() != OpTy) {
 5277                                                    OpTy, false),
 5278                            ICmpScaledV, OpTy, "tmp", CI);
 5288       Constant *C = ConstantInt::getSigned(SE.getEffectiveSCEVType(OpTy),
 5290       if (C->getType() != OpTy)
 5292                                                           OpTy, false),
 5293                                   C, OpTy);