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.h1478 unsigned getActiveWords() const { in getActiveWords() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp734 unsigned NumWords = A.getActiveWords(); in emitWideAPInt()
2007 unsigned NWords = IV->getValue().getActiveWords(); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp912 unsigned NumWords = A.getActiveWords(); in emitWideAPInt()
924 Record.push_back(CR.getLower().getActiveWords() | in emitConstantRange()
925 (uint64_t(CR.getUpper().getActiveWords()) << 32)); in emitConstantRange()