Home
last modified time | relevance | path

Searched defs:umin (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddoloop.c190 unsigned HOST_WIDE_INT umin; local
/openbsd/gnu/llvm/llvm/lib/Support/
H A DKnownBits.cpp135 KnownBits KnownBits::umin(const KnownBits &LHS, const KnownBits &RHS) { in umin() function in KnownBits
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp1198 ConstantRange::umin(const ConstantRange &Other) const { in umin() function in ConstantRange
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h334 __DEVICE__ unsigned int umin(unsigned int __a, unsigned int __b) { in umin() function