Lines Matching refs:getOperand
558 Metadata *MD = N->getOperand(i); in WriteMDTuple()
936 Record.push_back(VE.getValueID(C->getOperand(i))); in WriteConstants()
944 Record.push_back(VE.getTypeID(C->getOperand(0)->getType())); 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()
963 Record.push_back(VE.getTypeID(C->getOperand(i)->getType())); 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()
975 Record.push_back(VE.getTypeID(C->getOperand(0)->getType())); 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()
990 if (C->getType() == C->getOperand(0)->getType()) { in WriteConstants()
994 Record.push_back(VE.getTypeID(C->getOperand(0)->getType())); 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()
1003 Record.push_back(VE.getTypeID(C->getOperand(0)->getType())); in WriteConstants()
1004 Record.push_back(VE.getValueID(C->getOperand(0))); in WriteConstants()
1005 Record.push_back(VE.getValueID(C->getOperand(1))); in WriteConstants()
1073 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE)) in WriteInstruction()
1080 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE)) in WriteInstruction()
1082 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1098 PushValueAndType(I.getOperand(i), InstID, Vals, VE); in WriteInstruction()
1102 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction()
1110 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction()
1111 PushValueAndType(I.getOperand(1), InstID, Vals, VE); in WriteInstruction()
1119 PushValueAndType(I.getOperand(1), InstID, Vals, VE); in WriteInstruction()
1120 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1121 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction()
1125 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction()
1126 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1130 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction()
1131 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1132 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1136 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction()
1137 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1138 Vals.push_back(VE.getValueID(I.getOperand(2))); in WriteInstruction()
1144 PushValueAndType(I.getOperand(0), InstID, Vals, VE); in WriteInstruction()
1145 Vals.push_back(VE.getValueID(I.getOperand(1))); in WriteInstruction()
1156 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE)) in WriteInstruction()
1160 PushValueAndType(I.getOperand(i), InstID, Vals, VE); in WriteInstruction()
1191 Vals.push_back(VE.getTypeID(I.getOperand(0)->getType())); in WriteInstruction()
1193 Vals.push_back(VE.getValueID(I.getOperand(i))); in WriteInstruction()
1211 Vals.push_back(VE.getValueID(I.getOperand(i))); // fixed param. in WriteInstruction()
1217 PushValueAndType(I.getOperand(i), InstID, Vals, VE); // vararg in WriteInstruction()
1240 Vals.push_back(VE.getTypeID(I.getOperand(0)->getType())); in WriteInstruction()
1241 Vals.push_back(VE.getValueID(I.getOperand(0))); // size. in WriteInstruction()
1247 if (!PushValueAndType(I.getOperand(0), InstID, Vals, VE)) // ptr in WriteInstruction()
1255 PushValueAndType(I.getOperand(1), InstID, Vals, VE); // ptrty + ptr in WriteInstruction()
1256 Vals.push_back(VE.getValueID(I.getOperand(0))); // val. in WriteInstruction()
1285 Vals.push_back(VE.getTypeID(I.getOperand(0)->getType())); // valistty in WriteInstruction()
1286 Vals.push_back(VE.getValueID(I.getOperand(0))); // valist. in WriteInstruction()