Searched refs:ShiftAmountOpNum (Results 1 – 1 of 1) sorted by relevance
34298 int ShiftAmountOpNum = -1; in shouldSinkOperands() local34300 ShiftAmountOpNum = 1; in shouldSinkOperands()34304 ShiftAmountOpNum = 2; in shouldSinkOperands()34307 if (ShiftAmountOpNum == -1) in shouldSinkOperands()34310 auto *Shuf = dyn_cast<ShuffleVectorInst>(I->getOperand(ShiftAmountOpNum)); in shouldSinkOperands()34313 Ops.push_back(&I->getOperandUse(ShiftAmountOpNum)); in shouldSinkOperands()