Lines Matching refs:getValueID
476 (VE.getValueID(GV.getInitializer()) + 1)); in WriteModuleInfo()
517 Vals.push_back(VE.getValueID(A.getAliasee())); in WriteModuleInfo()
549 Record.push_back(VE.getValueID(V)); in WriteValueAsMetadata()
567 Record.push_back(VE.getValueID(MDC->getValue())); in WriteMDTuple()
930 Record.push_back(VE.getValueID(CDS->getElementAsConstant(i))); in WriteConstants()
936 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
945 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
951 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
952 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
964 Record.push_back(VE.getValueID(C->getOperand(i))); 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()
976 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
977 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
981 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
982 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
983 Record.push_back(VE.getValueID(C->getOperand(2))); in WriteConstants()
996 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
997 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
998 Record.push_back(VE.getValueID(C->getOperand(2))); in WriteConstants()
1004 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1005 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
1012 Record.push_back(VE.getValueID(BA->getFunction())); in WriteConstants()
1052 unsigned ValID = VE.getValueID(V); in PushValueAndType()
1082 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1120 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1126 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1131 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1132 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1137 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1138 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1145 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1168 Vals.push_back(VE.getValueID(II.getSuccessor(0))); in WriteInstruction()
1170 Vals.push_back(VE.getValueID(II.getSuccessor(1))); in WriteInstruction()
1171 Vals.push_back(VE.getValueID(II.getCondition())); in WriteInstruction()
1180 Vals.push_back(VE.getValueID(SI.getCondition())); in WriteInstruction()
1181 Vals.push_back(VE.getValueID(SI.getDefaultDest())); in WriteInstruction()
1184 Vals.push_back(VE.getValueID(i.getCaseValue())); in WriteInstruction()
1185 Vals.push_back(VE.getValueID(i.getCaseSuccessor())); in WriteInstruction()
1193 Vals.push_back(VE.getValueID(I.getOperand(i))); in WriteInstruction()
1205 Vals.push_back(VE.getValueID(II->getNormalDest())); in WriteInstruction()
1206 Vals.push_back(VE.getValueID(II->getUnwindDest())); in WriteInstruction()
1211 Vals.push_back(VE.getValueID(I.getOperand(i))); // fixed param. in WriteInstruction()
1231 Vals.push_back(VE.getValueID(PN.getIncomingValue(i))); in WriteInstruction()
1232 Vals.push_back(VE.getValueID(PN.getIncomingBlock(i))); in WriteInstruction()
1241 Vals.push_back(VE.getValueID(I.getOperand(0))); // size. in WriteInstruction()
1256 Vals.push_back(VE.getValueID(I.getOperand(0))); // val. in WriteInstruction()
1273 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction()
1286 Vals.push_back(VE.getValueID(I.getOperand(0))); // valist. in WriteInstruction()
1341 NameVals.push_back(VE.getValueID(SI->getValue())); in WriteValueSymbolTable()