Home
last modified time | relevance | path

Searched defs:__sub__ (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/test/python/dialects/
H A Darith_dialect.py66 __sub__ = partialmethod(_binary_op, op="sub") variable in testArithValue.ArithValue
/llvm-project/clang/utils/
H A DFindSpecRefs721 def __sub__(self, indices): member in SpecIndex
/llvm-project/clang/utils/ABITest/
H A DEnumeration.py26 def __sub__(self, b): member in Aleph0
/llvm-project/lldb/examples/python/
H A Dsbvalue.py123 def __sub__(self, other): member in variable
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py389 __sub__ = partialmethod(_binary_op, op="Sub") variable in NVDSL.mlir_func.wrapper.ArithValue
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py85 def __sub__(self, rhs) -> "TensorExpression": member in TensorExpression