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