Searched refs:ShiftAmountOpNum (Results 1 – 1 of 1) sorted by relevance
32057 int ShiftAmountOpNum = -1; in shouldSinkOperands() local32059 ShiftAmountOpNum = 1; in shouldSinkOperands()32063 ShiftAmountOpNum = 2; in shouldSinkOperands()32066 if (ShiftAmountOpNum == -1) in shouldSinkOperands()32069 auto *Shuf = dyn_cast<ShuffleVectorInst>(I->getOperand(ShiftAmountOpNum)); in shouldSinkOperands()32072 Ops.push_back(&I->getOperandUse(ShiftAmountOpNum)); in shouldSinkOperands()