Searched refs:WidestNativeType (Results 1 – 3 of 3) 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()
848 Type *WidestNativeType = nullptr; member891 if (!WI.WidestNativeType) { in visitIVCast()892 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()901 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitIVCast()902 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()995 : OrigPhi(WI.NarrowIV), WideType(WI.WidestNativeType), LI(LInfo), in WidenIV()1817 if (Visitor.WI.WidestNativeType) { in simplifyAndExtend()