Searched defs:umin (Results 1 – 5 of 5) sorted by relevance
78 #define umin(x, y) MIN(x, y) macro
174 int32_t umin; /* Array range map type */ member
205 KnownBits KnownBits::umin(const KnownBits &LHS, const KnownBits &RHS) { in umin() function in KnownBits
338 __DEVICE__ unsigned int umin(unsigned int __a, unsigned int __b) { in umin() function
1334 ConstantRange::umin(const ConstantRange &Other) const { in umin() function in ConstantRange