Searched refs:GetMaxValue (Results 1 – 4 of 4) sorted by relevance
40 uint64_t max_value = GetMaxValue(); in Field()89 uint64_t RegisterFlags::Field::GetMaxValue(unsigned start, unsigned end) { in GetMaxValue() function in RegisterFlags::Field102 uint64_t RegisterFlags::Field::GetMaxValue() const { in GetMaxValue() function in RegisterFlags::Field103 return GetMaxValue(m_start, m_end); in GetMaxValue()107 return GetMaxValue() << m_start; in GetMask()
84 uint64_t GetMaxValue() const;87 static uint64_t GetMaxValue(unsigned start, unsigned end);
1637 class GetMaxValue { in initFunctionSummaries() class1641 GetMaxValue(BasicValueFactory &BVF) : BVF(BVF) {} in initFunctionSummaries() function in StdLibraryFunctionsChecker::initFunctionSummaries::GetMaxValue
4392 RegisterFlags::Field::GetMaxValue(*start, *end); in ParseFlagsFields()