Searched refs:WidestNativeType (Results 1 – 1 of 1) sorted by relevance
779 Type *WidestNativeType = nullptr; // Widest integer type created [sz]ext member811 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()