Home
last modified time | relevance | path

Searched refs:WidestNativeType (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp841 Type *WidestNativeType = nullptr; member
884 if (!WI.WidestNativeType) { in visitIVCast()
885 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()
894 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitIVCast()
895 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()
988 : OrigPhi(WI.NarrowIV), WideType(WI.WidestNativeType), LI(LInfo), in WidenIV()
1952 if (Visitor.WI.WidestNativeType) { in simplifyAndExtend()