Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dloop_optimization.cc225 /*out*/ bool* is_unsigned) { in IsNarrowerOperands()
246 /*out*/ bool* is_unsigned) { in IsNarrowerOperand()
1479 bool is_unsigned = false; in VectorizeUse() local
1516 bool is_unsigned = false; in VectorizeUse() local
1989 bool is_unsigned = false; in VectorizeHalvingAddIdiom() local
2062 bool is_unsigned = false; in VectorizeSADIdiom() local
2135 bool is_unsigned = false; in VectorizeDotProdIdiom() local
Dnodes_vector.h215 static DataType::Type ToProperType(DataType::Type type, bool is_unsigned) { in ToProperType()