Home
last modified time | relevance | path

Searched refs:WidestNativeType (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp779 Type *WidestNativeType = nullptr; // Widest integer type created [sz]ext member
811 if (!WI.WidestNativeType) { in visitIVCast()
812 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()
821 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitIVCast()
822 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()
877 WideType(WI.WidestNativeType), in WidenIV()
1509 if (Visitor.WI.WidestNativeType) { in simplifyAndExtend()