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

References

lib/Transforms/Scalar/IndVarSimplify.cpp
 1312   if (SE->getTypeSizeInBits(NarrowExpr->getType()) >=
 1322     WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType);
 1326       WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType);
 1330     WideExpr = SE->getSignExtendExpr(NarrowExpr, WideType);
 1333     WideExpr = SE->getZeroExtendExpr(NarrowExpr, WideType);