Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp458 Tmp.One.clearSignBit(); in abs()
477 KnownAbs.One.clearSignBit(); in abs()
541 Res.One.clearSignBit(); in computeForSatAddSub()
547 Res.Zero.clearSignBit(); in computeForSatAddSub()
553 Res.Zero.clearSignBit(); in computeForSatAddSub()
556 Res.One.clearSignBit(); in computeForSatAddSub()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h147 Max.clearSignBit(); in getSignedMaxValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1396 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp75 Upper.clearSignBit(); in fromKnownBits()