Home
last modified time | relevance | path

Searched defs:__mul__ (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/test/python/dialects/
H A Darith_dialect.py67 __mul__ = partialmethod(_binary_op, op="mul") variable in testArithValue.ArithValue
/llvm-project/polly/utils/pyscop/
H A Disl.py137 def __mul__(self, set): member in BMap
152 def __mul__(self, set): member in Map
/llvm-project/clang/utils/ABITest/
H A DEnumeration.py36 def __mul__(self, b): member in Aleph0
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Daffine.py177 def __mul__(lhs, rhs): member in AffineExprDef
H A Dcomprehension.py82 def __mul__(self, rhs) -> "TensorExpression": member in TensorExpression
/llvm-project/lldb/examples/python/
H A Dsbvalue.py126 def __mul__(self, other): member in variable
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py390 __mul__ = partialmethod(_binary_op, op="Mul") variable in NVDSL.mlir_func.wrapper.ArithValue