Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2519 SmallVector<uint64_t, 128> Vals64; in writeInstruction() local
2520 Vals64.push_back(VE.getTypeID(PN.getType())); in writeInstruction()
2522 pushValueSigned(PN.getIncomingValue(i), InstID, Vals64); in writeInstruction()
2523 Vals64.push_back(VE.getValueID(PN.getIncomingBlock(i))); in writeInstruction()
2526 Stream.EmitRecord(Code, Vals64, AbbrevToUse); in writeInstruction()
2527 Vals64.clear(); in writeInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2879 SmallVector<uint64_t, 128> Vals64; in writeInstruction() local
2880 Vals64.push_back(VE.getTypeID(PN.getType())); in writeInstruction()
2882 pushValueSigned(PN.getIncomingValue(i), InstID, Vals64); in writeInstruction()
2883 Vals64.push_back(VE.getValueID(PN.getIncomingBlock(i))); in writeInstruction()
2888 Vals64.push_back(Flags); in writeInstruction()
2891 Stream.EmitRecord(Code, Vals64, AbbrevToUse); in writeInstruction()
2892 Vals64.clear(); in writeInstruction()