Searched refs:LhsType (Results 1 – 3 of 3) sorted by relevance
511 const BuiltinType *LhsType = getBuiltinType(Lhs); 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()
99 def mmt4d(lhs=TensorDef(TV.LhsType, S.M, S.K, S.M0, S.K0),
423 type_var: LhsType