Searched refs:Op1Inst (Results 1 – 2 of 2) sorted by relevance
751 MachineInstr *Op1Inst = Op1Def->getParent(); in matchSDWAOperand() local752 if (!TII->isSDWA(*Op1Inst)) in matchSDWAOperand()
2186 auto *Op1Inst = dyn_cast<Instruction>(I.getOperand(1)); in foldBinOpOfDisplacedShifts() local2187 if (!Op0Inst || !Op1Inst) in foldBinOpOfDisplacedShifts()2193 if (ShiftOp != Op1Inst->getOpcode()) in foldBinOpOfDisplacedShifts()