Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1328 HVecOperation::ToProperType(type, is_unsigned)); in VectorizeUse()
1834 HVecOperation::ToProperType(type, is_unsigned), in GenerateVecOp()
1847 HVecOperation::ToProperType(type, is_unsigned), in GenerateVecOp()
1964 HVecOperation::ToProperType(type, is_unsigned), in VectorizeHalvingAddIdiom()
2057 reduction_type = HVecOperation::ToProperType(reduction_type, is_unsigned); in VectorizeSADIdiom()
Dnodes_vector.h164 static DataType::Type ToProperType(DataType::Type type, bool is_unsigned) { in ToProperType() function