Searched refs:MaxValueOfIntegralType (Results 1 – 4 of 4) 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()
155 int32_t max = DataType::MaxValueOfIntegralType(type); in CorrectForType()
1361 ((DataType::MaxValueOfIntegralType(input_other->GetType()) & ~value) == 0))) { in VisitAnd()