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

References

lib/Transforms/Scalar/LoopStrengthReduce.cpp
 3696       if (!CombinedIntegerType)
 3697         CombinedIntegerType = SE.getEffectiveSCEVType(BaseReg->getType());
 3733     assert(CombinedIntegerType && "Missing a type for the unfolded offset");
 3734     Ops.push_back(SE.getConstant(CombinedIntegerType, NewBase.UnfoldedOffset,