Lines Matching refs:getValueID
522 (VE.getValueID(GV->getInitializer()) + 1)); in WriteModuleInfo()
564 Vals.push_back(VE.getValueID(AI->getAliasee())); in WriteModuleInfo()
598 Record.push_back(VE.getValueID(N->getOperand(i))); in WriteMDNode()
667 Record.push_back(VE.getValueID(NMD->getOperand(i))); in WriteModuleMetadata()
720 Record.push_back(VE.getValueID(MDs[i].second)); in WriteMetadataAttachment()
909 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
918 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
924 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
925 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
937 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
942 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
943 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
944 Record.push_back(VE.getValueID(C->getOperand(2))); in WriteConstants()
949 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
950 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
954 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
955 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
956 Record.push_back(VE.getValueID(C->getOperand(2))); in WriteConstants()
969 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
970 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
971 Record.push_back(VE.getValueID(C->getOperand(2))); in WriteConstants()
977 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
978 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
985 Record.push_back(VE.getValueID(BA->getFunction())); in WriteConstants()
1025 unsigned ValID = VE.getValueID(V); in PushValueAndType()
1054 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1092 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1098 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1103 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1104 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1109 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1110 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1117 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1140 Vals.push_back(VE.getValueID(II.getSuccessor(0))); in WriteInstruction()
1142 Vals.push_back(VE.getValueID(II.getSuccessor(1))); in WriteInstruction()
1143 Vals.push_back(VE.getValueID(II.getCondition())); in WriteInstruction()
1151 Vals.push_back(VE.getValueID(I.getOperand(i))); in WriteInstruction()
1157 Vals.push_back(VE.getValueID(I.getOperand(i))); in WriteInstruction()
1169 Vals.push_back(VE.getValueID(II->getNormalDest())); in WriteInstruction()
1170 Vals.push_back(VE.getValueID(II->getUnwindDest())); in WriteInstruction()
1175 Vals.push_back(VE.getValueID(I.getOperand(i))); // fixed param. in WriteInstruction()
1198 Vals.push_back(VE.getValueID(PN.getIncomingValue(i))); in WriteInstruction()
1199 Vals.push_back(VE.getValueID(PN.getIncomingBlock(i))); in WriteInstruction()
1208 Vals.push_back(VE.getValueID(I.getOperand(0))); // size. in WriteInstruction()
1223 Vals.push_back(VE.getValueID(I.getOperand(0))); // val. in WriteInstruction()
1240 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction()
1253 Vals.push_back(VE.getValueID(I.getOperand(0))); // valist. in WriteInstruction()
1308 NameVals.push_back(VE.getValueID(SI->getValue())); in WriteValueSymbolTable()
1374 Vals.push_back(Scope ? VE.getValueID(Scope)+1 : 0); in WriteFunction()
1375 Vals.push_back(IA ? VE.getValueID(IA)+1 : 0); in WriteFunction()