Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDKnownBits.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-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDKnownBits.h145 Max.clearSignBit(); in getSignedMaxValue()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1411 void clearSignBit() { clearBit(BitWidth - 1); } in clearSignBit() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp75 Upper.clearSignBit(); in fromKnownBits()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDValueTracking.cpp1193 Known.Zero.clearSignBit(); in computeKnownBitsFromOperator()
1194 Known.One.clearSignBit(); in computeKnownBitsFromOperator()