Searched refs:WidestNativeType (Results 1 – 2 of 2) sorted by relevance
725 Type *WidestNativeType; // Widest integer type created [sz]ext member728 WideIVInfo() : NarrowIV(0), WidestNativeType(0), IsSigned(false) {} in WideIVInfo()760 if (!WI.WidestNativeType) { in visitCast()761 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitCast()770 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitCast()771 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitCast()821 WideType(WI.WidestNativeType), in WidenIV()1211 if (WIV.WI.WidestNativeType) { in SimplifyAndExtend()
799 Type *WidestNativeType = nullptr; // Widest integer type created [sz]ext member831 if (!WI.WidestNativeType) { in visitIVCast()832 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()841 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitIVCast()842 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()897 WideType(WI.WidestNativeType), in WidenIV()1532 if (Visitor.WI.WidestNativeType) { in simplifyAndExtend()