Home
last modified time | relevance | path

Searched refs:emitWideAPInt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp153 static void emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, const APInt &A);
757 void DXILBitcodeWriter::emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, in emitWideAPInt() function in DXILBitcodeWriter
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1641 static void emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, const APInt &A) { in emitWideAPInt() function
1659 emitWideAPInt(Record, N->getValue()); in writeDIEnumerator()
2525 emitWideAPInt(Record, IV->getValue()); in writeConstants()