Searched refs:OpList1 (Results 1 – 1 of 1) sorted by relevance
332 ArrayRef<MachineOperand> OpList1, ArrayRef<MachineOperand> OpList2) const { in identicalOperands() argument334 if (OpList1.size() != OpList2.size()) { in identicalOperands()339 for (unsigned i = 0; i < OpList1.size(); ++i) { in identicalOperands()340 const MachineOperand &Op1 = OpList1[i]; in identicalOperands()