Searched defs:__or__ (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/examples/python/ | ||
H A D | sbvalue.py | 153 def __or__(self, other): member in variable |
/llvm-project/mlir/test/Examples/NVGPU/tools/ | ||
H A D | nvdsl.py | 401 __or__ = partialmethod(_binary_op, op="Or") variable in NVDSL.mlir_func.wrapper.ArithValue |