Searched refs:rhs_type (Results 1 – 1 of 1) sorted by relevance
1051 DataType::Type rhs_type = op->InputAt(1)->GetType(); in VisitBinaryOperation() local1056 if (DataType::Kind(rhs_type) != DataType::Type::kInt32) { in VisitBinaryOperation()1061 DataType::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()1064 if (DataType::Kind(lhs_type) != DataType::Kind(rhs_type)) { in VisitBinaryOperation()1068 DataType::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()1097 if (DataType::Kind(result_type) != DataType::Kind(rhs_type)) { in VisitBinaryOperation()1102 DataType::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()