Lines Matching defs:Op2
253 const MachineMemOperand &Op2,
255 if (!Op1.getValue() || !Op2.getValue() || !Op1.getSize().hasValue() ||
256 !Op2.getSize().hasValue())
259 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset());
261 int64_t Overlapb = Op2.getSize().getValue() + Op2.getOffset() - MinOffset;
266 MemoryLocation(Op2.getValue(), Overlapb,
267 UseTBAA ? Op2.getAAInfo() : AAMDNodes()));
279 for (const MachineMemOperand *Op2 : MI2.memoperands())
280 if (alias(*Op1, *Op2, UseTBAA))