Home
last modified time | relevance | path

Searched refs:clearSignBit (Results 1 – 6 of 6) 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()
639 UnsignedLHS.One.clearSignBit(); in computeForSatAddSub()
641 UnsignedRHS.One.clearSignBit(); in computeForSatAddSub()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h149 Max.clearSignBit(); in getSignedMaxValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1449 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp76 Upper.clearSignBit(); in fromKnownBits()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1333 Known.Zero.clearSignBit(); in computeKnownBitsFromOperator()
1334 Known.One.clearSignBit(); in computeKnownBitsFromOperator()
5830 InfKB.Zero.clearSignBit(); in computeKnownFPClass()
5842 ZeroKB.Zero.clearSignBit(); in computeKnownFPClass()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp397 FractionBits.clearSignBit(); in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()