Searched defs:umin (Results 1 – 4 of 4) sorted by relevance
752 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
510 float min=0, h=0, umin=0, usubmin=0, v2=0; in hungarian() local
1753 inline APInt umin(const APInt &A, const APInt &B) { return A.ult(B) ? A : B; } in umin() function
1519 LogicVRegister Simulator::umin(VectorFormat vform, in umin() function in vixl::Simulator