Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc937 Primitive::Type lhs_type = op->InputAt(0)->GetType(); in VisitBinaryOperation() local
951 if (Primitive::PrimitiveKind(lhs_type) != Primitive::PrimitiveKind(rhs_type)) { in VisitBinaryOperation()
954 Primitive::PrettyDescriptor(lhs_type), in VisitBinaryOperation()
969 if (result_type != Primitive::PrimitiveKind(lhs_type)) { in VisitBinaryOperation()
974 Primitive::PrettyDescriptor(lhs_type))); in VisitBinaryOperation()
977 if (Primitive::PrimitiveKind(result_type) != Primitive::PrimitiveKind(lhs_type)) { in VisitBinaryOperation()
982 Primitive::PrettyDescriptor(lhs_type))); in VisitBinaryOperation()