Searched refs:WidestNativeType (Results 1 – 3 of 3) sorted by relevance
69 Type *WidestNativeType = nullptr; member
544 if (!WI.WidestNativeType) { in visitIVCast()545 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()554 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitIVCast()555 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()629 if (Visitor.WI.WidestNativeType) { in simplifyAndExtend()
1131 : OrigPhi(WI.NarrowIV), WideType(WI.WidestNativeType), LI(LInfo), in WidenIV()