Home
last modified time | relevance | path

Searched refs:clearSignBit (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h147 Max.clearSignBit(); in getSignedMaxValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAPInt.h1402 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp75 Upper.clearSignBit(); in fromKnownBits()