Home
last modified time | relevance | path

Searched defs:umax (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DConstantRange.cpp651 ConstantRange::umax(const ConstantRange &Other) const { in umax() function in ConstantRange
712 APInt umax = APIntOps::umax(getUnsignedMin(), Other.getUnsignedMin()); in binaryOr() local
/external/iproute2/tc/
Dq_hfsc.c340 unsigned int umax = 0, dmax = 0, rate = 0; in hfsc_get_sc2() local
/external/llvm/include/llvm/ADT/
DAPInt.h1748 inline APInt umax(const APInt &A, const APInt &B) { return A.ugt(B) ? A : B; } in umax() function
/external/vixl/src/vixl/a64/
Dlogic-a64.cc1507 LogicVRegister Simulator::umax(VectorFormat vform, in umax() function in vixl::Simulator