Searched refs:rhs_type (Results 1 – 2 of 2) sorted by relevance
1401 DataType::Type rhs_type = op->InputAt(1)->GetType(); in VisitBinaryOperation() local1406 if (DataType::Kind(rhs_type) != DataType::Type::kInt32) { in VisitBinaryOperation()1411 DataType::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()1414 if (DataType::Kind(lhs_type) != DataType::Kind(rhs_type)) { in VisitBinaryOperation()1418 DataType::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()1447 if (DataType::Kind(result_type) != DataType::Kind(rhs_type)) { in VisitBinaryOperation()1452 DataType::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()
9376 Primitive::Type rhs_type = rhs_field->GetTypeAsPrimitiveType(); in LinkFields()9377 CHECK_NE(rhs_type, Primitive::kPrimNot); in LinkFields()9378 if (lhs_type != rhs_type) { in LinkFields()9380 size_t rhs_size = Primitive::ComponentSize(rhs_type); in LinkFields()9381 return (lhs_size != rhs_size) ? (lhs_size > rhs_size) : (lhs_type < rhs_type); in LinkFields()