Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc1051 DataType::Type rhs_type = op->InputAt(1)->GetType(); in VisitBinaryOperation() local
1056 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()