Searched refs:MaxValueOfIntegralType (Results 1 – 5 of 5) sorted by relevance
210 static int64_t MaxValueOfIntegralType(Type type) { in MaxValueOfIntegralType() function298 MaxValueOfIntegralType(input_type) <= MaxValueOfIntegralType(result_type)); in IsTypeConversionImplicit()306 value <= MaxValueOfIntegralType(result_type); in IsTypeConversionImplicit()
977 int64_t max = DataType::MaxValueOfIntegralType(to); in SolveConversion()1200 int64_t max = DataType::MaxValueOfIntegralType(type); in IsFinite()1228 int64_t max = DataType::MaxValueOfIntegralType(type); in FitsNarrowerControl()
1097 ValueBound(nullptr, DataType::MaxValueOfIntegralType(DataType::Type::kInt32))); in TryToAssignRangeIfOptimizedRemWithConstantDivisor()1100 DCHECK_LE(const_divisor, DataType::MaxValueOfIntegralType(DataType::Type::kInt32)); in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
1289 int64_t mask = DataType::MaxValueOfIntegralType(DataType::ToUnsigned(result_type)) << shr_cst; in CanRemoveRedundantAnd()1598 ((DataType::MaxValueOfIntegralType(input_other->GetType()) & ~value) == 0))) { in VisitAnd()
134 int32_t max = DataType::MaxValueOfIntegralType(type); in CorrectForType()