reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1122 return (maskBit(bitPosition) & getWord(bitPosition)) != 0; 1727 return BitsToDouble(getWord(0)); 1736 return BitsToFloat(getWord(0));lib/Support/APInt.cpp
388 U.pVal[hi1Word] |= subBits.getWord(subBitWidth - 1); 814 int64_t sext = SignExtend64(getWord(0), BitWidth); 817 return double(getWord(0));