Searched refs:Vals64 (Results 1 – 1 of 1) sorted by relevance
3098 SmallVector<uint64_t, 128> Vals64; in writeInstruction() local3099 Vals64.push_back(VE.getTypeID(PN.getType())); in writeInstruction()3101 pushValueSigned(PN.getIncomingValue(i), InstID, Vals64); in writeInstruction()3102 Vals64.push_back(VE.getValueID(PN.getIncomingBlock(i))); in writeInstruction()3107 Vals64.push_back(Flags); in writeInstruction()3110 Stream.EmitRecord(Code, Vals64, AbbrevToUse); in writeInstruction()3111 Vals64.clear(); in writeInstruction()