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