Searched refs:OpA (Results 1 – 3 of 3) sorted by relevance
108 const auto &OpA = Operations[{A.getFrom(), A.getTo()}];110 return ReverseResultOrder ? OpA < OpB : OpA > OpB;
486 Instruction *OpA = dyn_cast<Instruction>(GTIA.getOperand()); in lookThroughComplexAddresses() local488 if (!OpA || !OpB || OpA->getOpcode() != OpB->getOpcode() || in lookThroughComplexAddresses()489 OpA->getType() != OpB->getType()) in lookThroughComplexAddresses()496 std::swap(OpA, OpB); in lookThroughComplexAddresses()501 unsigned IdxBitWidth = OpA->getType()->getScalarSizeInBits(); in lookThroughComplexAddresses()505 if (!isa<SExtInst>(OpA) && !isa<ZExtInst>(OpA)) in lookThroughComplexAddresses()508 bool Signed = isa<SExtInst>(OpA); in lookThroughComplexAddresses()511 Value *ValA = OpA->getOperand(0); in lookThroughComplexAddresses()529 OpA = dyn_cast<Instruction>(ValA); in lookThroughComplexAddresses()530 if (!Safe && OpA && OpA->getOpcode() == Instruction::Add && in lookThroughComplexAddresses()[all …]
952 MachineOperand &OpA = Prev.getOperand(OpIdx[Row][0]); in reassociateOps() local958 Register RegA = OpA.getReg(); in reassociateOps()982 bool KillA = OpA.isKill(); in reassociateOps()