Searched refs:Vals64 (Results 1 – 1 of 1) sorted by relevance
3005 SmallVector<uint64_t, 128> Vals64; in writeInstruction() local3006 Vals64.push_back(VE.getTypeID(PN.getType())); in writeInstruction()3008 pushValueSigned(PN.getIncomingValue(i), InstID, Vals64); in writeInstruction()3009 Vals64.push_back(VE.getValueID(PN.getIncomingBlock(i))); in writeInstruction()3014 Vals64.push_back(Flags); in writeInstruction()3017 Stream.EmitRecord(Code, Vals64, AbbrevToUse); in writeInstruction()3018 Vals64.clear(); in writeInstruction()