HomeSort by relevance Sort by last modified time
    Searched refs:ToUnsignedType (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
nodes_vector.h 150 static DataType::Type ToUnsignedType(DataType::Type type) {
165 return is_unsigned ? ToUnsignedType(type) : ToSignedType(type);
311 DCHECK_EQ(HVecOperation::ToUnsignedType(input_type) == HVecOperation::ToUnsignedType(type),
    [all...]
loop_optimization.cc 237 DataType::Type utype = HVecOperation::ToUnsignedType(type);
257 DataType::Type utype = HVecOperation::ToUnsignedType(type);
    [all...]

Completed in 229 milliseconds