reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/ADT/APInt.h
 1958   static void tcSetLeastSignificantBits(WordType *, unsigned, unsigned bits);

References

lib/Support/APFloat.cpp
 1263   APInt::tcSetLeastSignificantBits(significandParts(), partCount(),
 2207     APInt::tcSetLeastSignificantBits(parts.data(), dstPartsCount, bits);