Searched refs:AddrRegNext (Results 1 – 1 of 1) sorted by relevance
604 const MachineOperand &AddrRegNext = MBBI->getOperand(AddrIdx[i]); in findMatchingInst() local606 if (AddrReg[i]->isImm() || AddrRegNext.isImm()) { in findMatchingInst()607 if (AddrReg[i]->isImm() != AddrRegNext.isImm() || in findMatchingInst()608 AddrReg[i]->getImm() != AddrRegNext.getImm()) { in findMatchingInst()617 if (AddrReg[i]->getReg() != AddrRegNext.getReg() || in findMatchingInst()618 AddrReg[i]->getSubReg() != AddrRegNext.getSubReg()) { in findMatchingInst()