Searched refs:IntegralPromote (Results 1 – 3 of 3) sorted by relevance
294 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()
61 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
111 bool IntegralPromote(uint16_t bits, bool sign);