Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1965 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { in emitSignedInt64() function
2054 emitSignedInt64(Record, V); in writeConstants()
2065 emitSignedInt64(Record, RawWords[i]); in writeConstants()
2289 emitSignedInt64(Vals, diff); in pushValueSigned()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2191 static void emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) { in emitSignedInt64() function
2280 emitSignedInt64(Record, V); in writeConstants()
2291 emitSignedInt64(Record, RawWords[i]); in writeConstants()
2518 emitSignedInt64(Vals, diff); in pushValueSigned()