Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp581 Tmp.One.clearSignBit(); in abs()
600 KnownAbs.One.clearSignBit(); in abs()
663 Res.One.clearSignBit(); in computeForSatAddSub()
669 Res.Zero.clearSignBit(); in computeForSatAddSub()
675 Res.Zero.clearSignBit(); in computeForSatAddSub()
678 Res.One.clearSignBit(); in computeForSatAddSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h145 Max.clearSignBit(); in getSignedMaxValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1411 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp75 Upper.clearSignBit(); in fromKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1193 Known.Zero.clearSignBit(); in computeKnownBitsFromOperator()
1194 Known.One.clearSignBit(); in computeKnownBitsFromOperator()