Home
last modified time | relevance | path

Searched refs:getActiveWords (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1518 unsigned getActiveWords() const { in getActiveWords() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp973 unsigned NumWords = A.getActiveWords(); in emitWideAPInt()
985 Record.push_back(CR.getLower().getActiveWords() | in emitConstantRange()
986 (uint64_t(CR.getUpper().getActiveWords()) << 32)); in emitConstantRange()
1944 uint64_t NumWords = Value.getActiveWords(); in writeDIFixedPointType()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp741 unsigned NumWords = A.getActiveWords(); in emitWideAPInt()
2007 unsigned NWords = IV->getValue().getActiveWords(); in writeConstants()