Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddata_type.h134 static bool IsUnsignedType(Type type) { in IsUnsignedType() function
215 IsUnsignedType(input_type) && in IsZeroExtension()
Dinstruction_simplifier.cc1370 (DataType::IsUnsignedType(input_other->GetType()) && in VisitAnd()