Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1572 HVecOperation::ToProperType(type, is_unsigned)); in VectorizeUse()
2117 HVecOperation::ToProperType(type, is_unsigned), in VectorizeHalvingAddIdiom()
2194 HVecOperation::ToProperType(reduction_type, is_unsigned), in VectorizeSADIdiom()
2244 op_type = HVecOperation::ToProperType(op_type, is_unsigned); in VectorizeDotProdIdiom()
Dnodes_vector.h224 static DataType::Type ToProperType(DataType::Type type, bool is_unsigned) { in ToProperType() function