Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc226 /*out*/ bool* is_unsigned) { in IsNarrowerOperands()
247 /*out*/ bool* is_unsigned) { in IsNarrowerOperand()
1474 bool is_unsigned = false; in VectorizeUse() local
1511 bool is_unsigned = false; in VectorizeUse() local
2034 bool is_unsigned = false; in VectorizeHalvingAddIdiom() local
2107 bool is_unsigned = false; in VectorizeSADIdiom() local
2174 bool is_unsigned = false; in VectorizeDotProdIdiom() local
Dnodes_vector.h160 static DataType::Type ToProperType(DataType::Type type, bool is_unsigned) { in ToProperType()