Searched refs:lhs_type (Results 1 – 1 of 1) sorted by relevance
944 Primitive::Type lhs_type = op->InputAt(0)->GetType(); in VisitBinaryOperation() local958 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()