Searched refs:ShiftAmountOpNum (Results 1 – 1 of 1) sorted by relevance
33767 int ShiftAmountOpNum = -1; in shouldSinkOperands() local33769 ShiftAmountOpNum = 1; in shouldSinkOperands()33773 ShiftAmountOpNum = 2; in shouldSinkOperands()33776 if (ShiftAmountOpNum == -1) in shouldSinkOperands()33779 auto *Shuf = dyn_cast<ShuffleVectorInst>(I->getOperand(ShiftAmountOpNum)); in shouldSinkOperands()33782 Ops.push_back(&I->getOperandUse(ShiftAmountOpNum)); in shouldSinkOperands()