Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc1533 HVecOperation::ToProperType(type, is_unsigned)); in VectorizeUse()
2013 HVecOperation::ToProperType(type, is_unsigned), in VectorizeHalvingAddIdiom()
2090 HVecOperation::ToProperType(reduction_type, is_unsigned), in VectorizeSADIdiom()
2140 op_type = HVecOperation::ToProperType(op_type, is_unsigned); in VectorizeDotProdIdiom()
Dnodes_vector.h215 static DataType::Type ToProperType(DataType::Type type, bool is_unsigned) { in ToProperType() function