Home
last modified time | relevance | path

Searched defs:is_unsigned (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dloop_optimization.cc224 /*out*/ bool* is_unsigned) { in IsNarrowerOperands()
245 /*out*/ bool* is_unsigned) { in IsNarrowerOperand()
1482 bool is_unsigned = false; in VectorizeUse() local
1519 bool is_unsigned = false; in VectorizeUse() local
1990 bool is_unsigned = false; in VectorizeHalvingAddIdiom() local
2063 bool is_unsigned = false; in VectorizeSADIdiom() local
2130 bool is_unsigned = false; in VectorizeDotProdIdiom() local
Dnodes_vector.h160 static DataType::Type ToProperType(DataType::Type type, bool is_unsigned) { in ToProperType()