Home
last modified time | relevance | path

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

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