Home
last modified time | relevance | path

Searched defs:max_unsigned (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py338 max_unsigned = BinaryFnType("max_unsigned") global() variable in BinaryFn
452 max_unsigned = ReduceFnType(BinaryFn.max_unsigned) global() variable in ReduceFn
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_trivial.pass.cpp242 constexpr auto max_unsigned = std::numeric_limits<unsigned int>::max(); in test_different_signedness() local