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