Searched defs:numBits (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APInt.h | 109 : BitWidth(numBits) { in BitWidth() argument 177 static APInt getZero(unsigned numBits) { return APInt(numBits, 0); } in getZero() 180 static APInt getNullValue(unsigned numBits) { return getZero(numBits); } in getNullValue() 186 static APInt getMaxValue(unsigned numBits) { return getAllOnes(numBits); } in getMaxValue() 189 static APInt getSignedMaxValue(unsigned numBits) { in getSignedMaxValue() 196 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); } in getMinValue() 199 static APInt getSignedMinValue(unsigned numBits) { in getSignedMinValue() 214 static APInt getAllOnes(unsigned numBits) { in getAllOnes() 219 static APInt getAllOnesValue(unsigned numBits) { return getAllOnes(numBits); } in getAllOnesValue() 222 static APInt getOneBitSet(unsigned numBits, unsigned BitNo) { in getOneBitSet() [all …]
|
H A D | APSInt.h | 303 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() 311 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { in getMinValue()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tools/ |
H A D | compute_size_class_config.cpp | 77 size_t numBits = 5; in main() local
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 105 APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal) : BitWidth(numBits) { in APInt() 109 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() 417 void APInt::insertBits(uint64_t subBits, unsigned bitPosition, unsigned numBits) { in insertBits() 444 APInt APInt::extractBits(unsigned numBits, unsigned bitPosition) const { in extractBits() 480 uint64_t APInt::extractBitsAsZExtValue(unsigned numBits, in extractBitsAsZExtValue()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 693 static APInt getSaturationPoint(Intrinsic::ID ID, unsigned numBits) { in getSaturationPoint() 711 APInt getSaturationPoint(unsigned numBits) const { in getSaturationPoint()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 556 unsigned numBits = BI->getNumBits(); in reverseBitsForLittleEndianEncoding() local
|
H A D | DecoderEmitter.cpp | 568 Filter::Filter(FilterChooser &owner, unsigned startBit, unsigned numBits, in Filter()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 1220 unsigned int numBits) { in F_Load() 1469 bool FMV_i2f(T inst, unsigned int numBits, E (APInt::*f)() const) { in FMV_i2f()
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | SyntheticSections.cpp | 2353 uint64_t numBits = symbols.size() * 12; in finalizeContents() local
|