Searched refs:MIOffset (Results 1 – 1 of 1) sorted by relevance
555 int MIOffset = MI->getOperand(2).getImm(); in findMatchingInsn() local556 if (BaseReg == MIBaseReg && ((Offset == MIOffset + OffsetStride) || in findMatchingInsn()557 (Offset + OffsetStride == MIOffset))) { in findMatchingInsn()558 int MinOffset = Offset < MIOffset ? Offset : MIOffset; in findMatchingInsn()