Home
last modified time | relevance | path

Searched defs:__mod__ (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Daffine.py181 def __mod__(lhs, rhs): member in AffineExprDef
/llvm-project/lldb/examples/python/
H A Dsbvalue.py132 def __mod__(self, other): member in variable
/llvm-project/mlir/test/Examples/NVGPU/tools/
H A Dnvdsl.py392 __mod__ = partialmethod(_binary_op, op="Rem") variable in NVDSL.mlir_func.wrapper.ArithValue