Searched defs:umin (Results 1 – 2 of 2) sorted by relevance
659 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
1615 inline APInt umin(const APInt &A, const APInt &B) { in umin() function