Searched defs:__mul__ (Results 1 – 7 of 7) sorted by relevance
/llvm-project/mlir/test/python/dialects/ | ||
H A D | arith_dialect.py | 67 __mul__ = partialmethod(_binary_op, op="mul") variable in testArithValue.ArithValue |
/llvm-project/polly/utils/pyscop/ | ||
H A D | isl.py | 137 def __mul__(self, set): member in BMap |
/llvm-project/clang/utils/ABITest/ | ||
H A D | Enumeration.py | 36 def __mul__(self, b): member in Aleph0 |
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ | ||
H A D | affine.py | 177 def __mul__(lhs, rhs): member in AffineExprDef |
H A D | comprehension.py | 82 def __mul__(self, rhs) -> "TensorExpression": member in TensorExpression |
/llvm-project/lldb/examples/python/ | ||
H A D | sbvalue.py | 126 def __mul__(self, other): member in variable |
/llvm-project/mlir/test/Examples/NVGPU/tools/ | ||
H A D | nvdsl.py | 390 __mul__ = partialmethod(_binary_op, op="Mul") variable in NVDSL.mlir_func.wrapper.ArithValue |