Searched refs:MaxValueOfIntegralType (Results 1 – 4 of 4) sorted by relevance
184 static int64_t MaxValueOfIntegralType(Type type) { in MaxValueOfIntegralType() function236 MaxValueOfIntegralType(input_type) <= MaxValueOfIntegralType(result_type)); in IsTypeConversionImplicit()244 value <= MaxValueOfIntegralType(result_type); in IsTypeConversionImplicit()
871 int64_t max = DataType::MaxValueOfIntegralType(to); in SolveConversion()1085 int64_t max = DataType::MaxValueOfIntegralType(type); in IsFinite()1111 int64_t max = DataType::MaxValueOfIntegralType(type); in FitsNarrowerControl()
169 int32_t max = DataType::MaxValueOfIntegralType(type); in CorrectForType()
1329 ((DataType::MaxValueOfIntegralType(input_other->GetType()) & ~value) == 0))) { in VisitAnd()