Searched refs:RhsType (Results 1 – 3 of 3) sorted by relevance
512 const BuiltinType *RhsType = getBuiltinType(Rhs); in handleBinaryOperator() local513 if (RhsType == nullptr || LhsType == nullptr) in handleBinaryOperator()515 if (RhsType->getKind() == BuiltinType::Bool && LhsType->isSignedInteger()) in handleBinaryOperator()517 if (RhsType->isInteger() && LhsType->getKind() == BuiltinType::Bool) in handleBinaryOperator()519 if (RhsType->isInteger() && LhsType->isFloatingPoint()) in handleBinaryOperator()521 if (RhsType->isInteger() && LhsType->isInteger()) in handleBinaryOperator()523 if (RhsType->isFloatingPoint() && LhsType->getKind() == BuiltinType::Bool) in handleBinaryOperator()525 if (RhsType->isFloatingPoint() && LhsType->isInteger()) in handleBinaryOperator()527 if (RhsType->isFloatingPoint() && LhsType->isFloatingPoint()) in handleBinaryOperator()
100 rhs=TensorDef(TV.RhsType, S.N, S.K, S.N0, S.K0),
428 type_var: RhsType