Searched defs:__sub__ (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/test/python/dialects/ | ||
H A D | arith_dialect.py | 66 __sub__ = partialmethod(_binary_op, op="sub") variable in testArithValue.ArithValue |
/llvm-project/clang/utils/ | ||
H A D | FindSpecRefs | 721 def __sub__(self, indices): member in SpecIndex |
/llvm-project/clang/utils/ABITest/ | ||
H A D | Enumeration.py | 26 def __sub__(self, b): member in Aleph0 |
/llvm-project/lldb/examples/python/ | ||
H A D | sbvalue.py | 123 def __sub__(self, other): member in variable |
/llvm-project/mlir/test/Examples/NVGPU/tools/ | ||
H A D | nvdsl.py | 389 __sub__ = partialmethod(_binary_op, op="Sub") variable in NVDSL.mlir_func.wrapper.ArithValue |
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ | ||
H A D | comprehension.py | 85 def __sub__(self, rhs) -> "TensorExpression": member in TensorExpression |