Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp512 const BuiltinType *RhsType = getBuiltinType(Rhs); 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.py100 rhs=TensorDef(TV.RhsType, S.N, S.K, S.N0, S.K0),
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml428 type_var: RhsType