Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc1050 DataType::Type lhs_type = op->InputAt(0)->GetType(); in VisitBinaryOperation() local
1064 if (DataType::Kind(lhs_type) != DataType::Kind(rhs_type)) { in VisitBinaryOperation()
1067 DataType::PrettyDescriptor(lhs_type), in VisitBinaryOperation()
1082 if (result_type != DataType::Kind(lhs_type)) { in VisitBinaryOperation()
1087 DataType::PrettyDescriptor(lhs_type))); in VisitBinaryOperation()
1090 if (DataType::Kind(result_type) != DataType::Kind(lhs_type)) { in VisitBinaryOperation()
1095 DataType::PrettyDescriptor(lhs_type))); in VisitBinaryOperation()