Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp511 const BuiltinType *LhsType = getBuiltinType(Lhs); in handleBinaryOperator() local
513 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()
/llvm-project-15.0.7/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py99 def mmt4d(lhs=TensorDef(TV.LhsType, S.M, S.K, S.M0, S.K0),
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml423 type_var: LhsType