Home
last modified time | relevance | path

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

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