MCPcopy Create free account
hub / github.com/ablab/spades / APInt

Method APInt

ext/src/llvm/APInt.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108APInt::APInt(unsigned numBits, ArrayRef<uint64_t> bigVal)
109 : BitWidth(numBits) {
110 initFromArray(bigVal);
111}
112
113APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[])
114 : BitWidth(numBits) {

Callers

nothing calls this directly

Calls 2

makeArrayRefFunction · 0.85
assertClass · 0.85

Tested by

no test coverage detected