Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h68 Type *WidestNativeType = nullptr; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp535 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1200 : OrigPhi(WI.NarrowIV), WideType(WI.WidestNativeType), LI(LInfo), in WidenIV()