Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp725 Type *WidestNativeType; // Widest integer type created [sz]ext member
728 WideIVInfo() : NarrowIV(0), WidestNativeType(0), IsSigned(false) {} in WideIVInfo()
760 if (!WI.WidestNativeType) { in visitCast()
761 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitCast()
770 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitCast()
771 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitCast()
821 WideType(WI.WidestNativeType), in WidenIV()
1211 if (WIV.WI.WidestNativeType) { in SimplifyAndExtend()
/external/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp799 Type *WidestNativeType = nullptr; // Widest integer type created [sz]ext member
831 if (!WI.WidestNativeType) { in visitIVCast()
832 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()
841 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitIVCast()
842 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()
897 WideType(WI.WidestNativeType), in WidenIV()
1532 if (Visitor.WI.WidestNativeType) { in simplifyAndExtend()