Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1528 HVecOperation::ToProperType(type, is_unsigned)); in VectorizeUse()
2058 HVecOperation::ToProperType(type, is_unsigned), in VectorizeHalvingAddIdiom()
2135 HVecOperation::ToProperType(reduction_type, is_unsigned), in VectorizeSADIdiom()
2179 op_type = HVecOperation::ToProperType(op_type, is_unsigned); in VectorizeDotProdIdiom()
Dnodes_vector.h160 static DataType::Type ToProperType(DataType::Type type, bool is_unsigned) { in ToProperType() function