Home
last modified time | relevance | path

Searched refs:UMax (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm/unittests/ADT/
DPointerEmbeddedIntTest.cpp62 UMax = std::numeric_limits<uintptr_t>::max() >> 1, in TEST() local
64 EXPECT_EQ(std::numeric_limits<uintptr_t>::max() >> 1, UMax); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DPointerEmbeddedIntTest.cpp62 UMax = std::numeric_limits<uintptr_t>::max() >> 1, in TEST() local
64 EXPECT_EQ(std::numeric_limits<uintptr_t>::max() >> 1, UMax); in TEST()
/external/swiftshader/third_party/LLVM/lib/Support/
DConstantRange.cpp66 APInt UMax(CR.getUnsignedMax()); in makeICmpRegion() local
67 if (UMax.isMinValue()) in makeICmpRegion()
69 return ConstantRange(APInt::getMinValue(W), UMax); in makeICmpRegion()
78 APInt UMax(CR.getUnsignedMax()); in makeICmpRegion() local
79 if (UMax.isMaxValue()) in makeICmpRegion()
81 return ConstantRange(APInt::getMinValue(W), UMax + 1); in makeICmpRegion()
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp101 auto UMax = createULEBFormValue(LLONG_MAX); in TEST() local
103 EXPECT_EQ(UMax.getAsSignedConstant().getValue(), LLONG_MAX); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp88 auto UMax = createULEBFormValue(LLONG_MAX); in TEST() local
90 EXPECT_EQ(UMax.getAsSignedConstant().getValue(), LLONG_MAX); in TEST()
/external/llvm/lib/IR/
DConstantRange.cpp70 APInt UMax(CR.getUnsignedMax()); in makeAllowedICmpRegion() local
71 if (UMax.isMinValue()) in makeAllowedICmpRegion()
73 return ConstantRange(APInt::getMinValue(W), UMax); in makeAllowedICmpRegion()
82 APInt UMax(CR.getUnsignedMax()); in makeAllowedICmpRegion() local
83 if (UMax.isMaxValue()) in makeAllowedICmpRegion()
85 return ConstantRange(APInt::getMinValue(W), UMax + 1); in makeAllowedICmpRegion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantRange.cpp73 APInt UMax(CR.getUnsignedMax()); in makeAllowedICmpRegion() local
74 if (UMax.isMinValue()) in makeAllowedICmpRegion()
76 return ConstantRange(APInt::getMinValue(W), std::move(UMax)); in makeAllowedICmpRegion()
85 APInt UMax(CR.getUnsignedMax()); in makeAllowedICmpRegion() local
86 if (UMax.isMaxValue()) in makeAllowedICmpRegion()
88 return ConstantRange(APInt::getMinValue(W), std::move(UMax) + 1); in makeAllowedICmpRegion()
/external/shaderc/spirv-headers/include/spirv/unified1/
DOpenCL.std.h148 UMax = 157, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h145 UMax = 157, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
DOpenCL.std.h145 UMax = 157, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h145 UMax = 157, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
DOpenCL.std.h145 UMax = 157, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
DOpenCL.std.h145 UMax = 157, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h145 UMax = 157, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
DOpenCL.std.h145 UMax = 157, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/unified1/
DOpenCL.std.h148 UMax = 157, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
DOpenCL.std.h148 UMax = 157, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
DOpenCL.std.h145 UMax = 157, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
DOpenCL.std.h145 UMax = 157, enumerator
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DOpenCL.std.h207 UMax = 157, enumerator
DSPIRVExtInst.h219 add(OpenCLLIB::UMax, "u_max"); in init()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLowerAtomic.cpp78 case AtomicRMWInst::UMax: in LowerAtomicRMWInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp82 case AtomicRMWInst::UMax: in LowerAtomicRMWInst()
/external/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp83 case AtomicRMWInst::UMax: in LowerAtomicRMWInst()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.int64.frag.out526 317:132(i64vec3) ExtInst 1(GLSL.std.450) 41(UMax) 314 316
529 319:132(i64vec3) ExtInst 1(GLSL.std.450) 41(UMax) 318 306

1234