Searched defs:umax (Results 1 – 4 of 4) sorted by relevance
651 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange712 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local
340 unsigned int umax = 0, dmax = 0, rate = 0; in hfsc_get_sc2() local
1748 inline APInt umax(const APInt &A, const APInt &B) { return A.ugt(B) ? A : B; } in umax() function
1507 LogicVRegister Simulator::umax(VectorFormat vform, in umax() function in vixl::Simulator