Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp968 static void emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, const APInt &A) { in emitWideAPInt() function
987 emitWideAPInt(Record, CR.getLower()); in emitConstantRange()
988 emitWideAPInt(Record, CR.getUpper()); in emitConstantRange()
1904 emitWideAPInt(Record, N->getValue()); in writeDIEnumerator()
1947 emitWideAPInt(Record, Value); in writeDIFixedPointType()
2856 emitWideAPInt(Record, IV->getValue()); in writeConstants()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp154 static void emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, const APInt &A);
735 void DXILBitcodeWriter::emitWideAPInt(SmallVectorImpl<uint64_t> &Vals, in emitWideAPInt() function in DXILBitcodeWriter