Home
last modified time | relevance | path

Searched defs:umin (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DConstantRange.cpp699 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
/external/llvm/include/llvm/ADT/
DAPInt.h1745 inline APInt umin(const APInt &A, const APInt &B) { return A.ult(B) ? A : B; } in umin() function
/external/vixl/src/vixl/a64/
Dlogic-a64.cc1515 LogicVRegister Simulator::umin(VectorFormat vform, in umin() function in vixl::Simulator