Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DScalarTest.cpp294 EXPECT_TRUE(a.IntegralPromote(64, true)); in TEST()
298 EXPECT_FALSE(a.IntegralPromote(32, true)); in TEST()
299 EXPECT_FALSE(a.IntegralPromote(32, false)); in TEST()
302 EXPECT_TRUE(a.IntegralPromote(64, false)); in TEST()
306 EXPECT_FALSE(a.IntegralPromote(64, true)); in TEST()
/llvm-project-15.0.7/lldb/source/Utility/
H A DScalar.cpp61 a.IntegralPromote(b.m_integer.getBitWidth(), b.m_integer.isSigned()); in PromoteToMaxType()
178 bool Scalar::IntegralPromote(uint16_t bits, bool sign) { in IntegralPromote() function in Scalar
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DScalar.h111 bool IntegralPromote(uint16_t bits, bool sign);