Home
last modified time | relevance | path

Searched refs:umin (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Datomic-op.ll83 %11 = atomicrmw umin i32* %val2, i32 16 monotonic
89 %12 = atomicrmw umin i32* %val2, i32 %uneg monotonic
113 %0 = atomicrmw umin i16* %val, i16 16 monotonic
119 %1 = atomicrmw umin i16* %val, i16 %uneg monotonic
142 %0 = atomicrmw umin i8* %val, i8 16 monotonic
148 %1 = atomicrmw umin i8* %val, i8 %uneg monotonic
/external/llvm/test/CodeGen/X86/
Datomic_op.ll91 %13 = atomicrmw umin i32* %val2, i32 1 monotonic
96 %14 = atomicrmw umin i32* %val2, i32 10 monotonic
/external/llvm/lib/Support/
DConstantRange.cpp607 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax()); in binaryAnd() local
608 if (umin.isAllOnesValue()) in binaryAnd()
610 return ConstantRange(APInt::getNullValue(getBitWidth()), umin + 1); in binaryAnd()
/external/llvm/lib/AsmParser/
DLLLexer.cpp563 KEYWORD(umin); in LexIdentifier()
/external/llvm/include/llvm/ADT/
DAPInt.h1585 inline APInt umin(const APInt &A, const APInt &B) { in umin() function
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3387 APInt Min = APIntOps::umin(StartRange.getUnsignedMin(), in getUnsignedRange()