Lines Matching refs:getValueID
487 (VE.getValueID(GV.getInitializer()) + 1)); in WriteModuleInfo()
531 Vals.push_back(VE.getValueID(A.getAliasee())); in WriteModuleInfo()
577 Record.push_back(VE.getValueID(V)); in WriteValueAsMetadata()
595 Record.push_back(VE.getValueID(MDC->getValue())); in WriteMDTuple()
967 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
976 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
982 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
983 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
995 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
1000 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1001 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
1002 Record.push_back(VE.getValueID(C->getOperand(2))); in WriteConstants()
1007 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1008 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
1012 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1013 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
1014 Record.push_back(VE.getValueID(C->getOperand(2))); in WriteConstants()
1027 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1028 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
1029 Record.push_back(VE.getValueID(C->getOperand(2))); in WriteConstants()
1035 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1036 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
1043 Record.push_back(VE.getValueID(BA->getFunction())); in WriteConstants()
1083 unsigned ValID = VE.getValueID(V); in PushValueAndType()
1113 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1151 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1157 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1162 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1163 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1168 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1169 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1176 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1199 Vals.push_back(VE.getValueID(II.getSuccessor(0))); in WriteInstruction()
1201 Vals.push_back(VE.getValueID(II.getSuccessor(1))); in WriteInstruction()
1202 Vals.push_back(VE.getValueID(II.getCondition())); in WriteInstruction()
1211 Vals.push_back(VE.getValueID(SI.getCondition())); in WriteInstruction()
1212 Vals.push_back(VE.getValueID(SI.getDefaultDest())); in WriteInstruction()
1215 Vals.push_back(VE.getValueID(i.getCaseValue())); in WriteInstruction()
1216 Vals.push_back(VE.getValueID(i.getCaseSuccessor())); in WriteInstruction()
1224 Vals.push_back(VE.getValueID(I.getOperand(i))); in WriteInstruction()
1236 Vals.push_back(VE.getValueID(II->getNormalDest())); in WriteInstruction()
1237 Vals.push_back(VE.getValueID(II->getUnwindDest())); in WriteInstruction()
1242 Vals.push_back(VE.getValueID(I.getOperand(i))); // fixed param. in WriteInstruction()
1266 Vals.push_back(VE.getValueID(PN.getIncomingValue(i))); in WriteInstruction()
1267 Vals.push_back(VE.getValueID(PN.getIncomingBlock(i))); in WriteInstruction()
1294 Vals.push_back(VE.getValueID(I.getOperand(0))); // size. in WriteInstruction()
1321 Vals.push_back(VE.getValueID(I.getOperand(0))); // val. in WriteInstruction()
1332 Vals.push_back(VE.getValueID(I.getOperand(1))); // cmp. in WriteInstruction()
1333 Vals.push_back(VE.getValueID(I.getOperand(2))); // newval. in WriteInstruction()
1343 Vals.push_back(VE.getValueID(I.getOperand(1))); // val. in WriteInstruction()
1369 Vals.push_back(VE.getValueID(CI.getArgOperand(i))); // fixed param. in WriteInstruction()
1382 Vals.push_back(VE.getValueID(I.getOperand(0))); // valist. in WriteInstruction()
1437 NameVals.push_back(VE.getValueID(SI->getValue())); in WriteValueSymbolTable()
1461 Record.push_back(VE.getValueID(Order.V)); in WriteUseList()