Home
last modified time | relevance | path

Searched refs:IsNarrowingIntegralConversion (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.cc59 static bool IsNarrowingIntegralConversion(DataType::Type from, DataType::Type to) { in IsNarrowingIntegralConversion() function
666 if (IsNarrowingIntegralConversion(from, to) && in TransferConversion()
668 (a->type == to || IsNarrowingIntegralConversion(a->type, to))) { in TransferConversion()
875 if (IsNarrowingIntegralConversion(from, to) && in SolveConversion()