Searched refs:MaxValueOfIntegralType (Results 1 – 5 of 5) sorted by relevance
184 static int64_t MaxValueOfIntegralType(Type type) { in MaxValueOfIntegralType() function272 MaxValueOfIntegralType(input_type) <= MaxValueOfIntegralType(result_type)); in IsTypeConversionImplicit()280 value <= MaxValueOfIntegralType(result_type); in IsTypeConversionImplicit()
872 int64_t max = DataType::MaxValueOfIntegralType(to); in SolveConversion()1086 int64_t max = DataType::MaxValueOfIntegralType(type); in IsFinite()1112 int64_t max = DataType::MaxValueOfIntegralType(type); in FitsNarrowerControl()
1084 ValueBound(nullptr, DataType::MaxValueOfIntegralType(DataType::Type::kInt32))); in TryToAssignRangeIfOptimizedRemWithConstantDivisor()1087 DCHECK_LE(const_divisor, DataType::MaxValueOfIntegralType(DataType::Type::kInt32)); in TryToAssignRangeIfOptimizedRemWithConstantDivisor()
133 int32_t max = DataType::MaxValueOfIntegralType(type); in CorrectForType()
1367 ((DataType::MaxValueOfIntegralType(input_other->GetType()) & ~value) == 0))) { in VisitAnd()