Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc944 Primitive::Type lhs_type = op->InputAt(0)->GetType(); in VisitBinaryOperation() local
958 if (Primitive::PrimitiveKind(lhs_type) != Primitive::PrimitiveKind(rhs_type)) { in VisitBinaryOperation()
961 Primitive::PrettyDescriptor(lhs_type), in VisitBinaryOperation()
976 if (result_type != Primitive::PrimitiveKind(lhs_type)) { in VisitBinaryOperation()
981 Primitive::PrettyDescriptor(lhs_type))); in VisitBinaryOperation()
984 if (Primitive::PrimitiveKind(result_type) != Primitive::PrimitiveKind(lhs_type)) { in VisitBinaryOperation()
989 Primitive::PrettyDescriptor(lhs_type))); in VisitBinaryOperation()