Searched refs:WidestNativeType (Results 1 – 3 of 3) sorted by relevance
68 Type *WidestNativeType = nullptr; member
548 if (!WI.WidestNativeType || in visitIVCast()549 Width > SE->getTypeSizeInBits(WI.WidestNativeType)) { in visitIVCast()550 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()633 if (Visitor.WI.WidestNativeType) { in simplifyAndExtend()
1180 : OrigPhi(WI.NarrowIV), WideType(WI.WidestNativeType), LI(LInfo), in WidenIV()