Searched refs:OppShiftCst (Results 1 – 1 of 1) sorted by relevance
5245 ConstantSDNode *OppShiftCst = isConstOrConstSplat(OppShift.getOperand(1)); in extractShiftForRotate() local5253 if (!OppShiftCst || !OppShiftCst->getAPIntValue() || in extractShiftForRotate()5260 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()