Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc938 Primitive::Type rhs_type = op->InputAt(1)->GetType(); in VisitBinaryOperation() local
943 if (Primitive::PrimitiveKind(rhs_type) != Primitive::kPrimInt) { in VisitBinaryOperation()
948 Primitive::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()
951 if (Primitive::PrimitiveKind(lhs_type) != Primitive::PrimitiveKind(rhs_type)) { in VisitBinaryOperation()
955 Primitive::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()
984 if (Primitive::PrimitiveKind(result_type) != Primitive::PrimitiveKind(rhs_type)) { in VisitBinaryOperation()
989 Primitive::PrettyDescriptor(rhs_type))); in VisitBinaryOperation()