Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DKnownBits.h147 Max.clearSignBit(); in getSignedMaxValue()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h1374 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp74 Upper.clearSignBit(); in fromKnownBits()