Searched refs:IsNarrowingIntegralConversion (Results 1 – 1 of 1) sorted by relevance
59 static bool IsNarrowingIntegralConversion(DataType::Type from, DataType::Type to) { in IsNarrowingIntegralConversion() function666 if (IsNarrowingIntegralConversion(from, to) && in TransferConversion()668 (a->type == to || IsNarrowingIntegralConversion(a->type, to))) { in TransferConversion()875 if (IsNarrowingIntegralConversion(from, to) && in SolveConversion()