Searched refs:OppShiftCst (Results 1 – 1 of 1) sorted by relevance
8074 ConstantSDNode *OppShiftCst = isConstOrConstSplat(OppShift.getOperand(1)); in extractShiftForRotate() local8078 if (OppShift.getOpcode() == ISD::SRL && OppShiftCst && in extractShiftForRotate()8082 OppShiftCst->getAPIntValue() == ShiftedVT.getScalarSizeInBits() - 1) in extractShiftForRotate()8121 if (!OppShiftCst || !OppShiftCst->getAPIntValue() || in extractShiftForRotate()8128 if (OppShiftCst->getAPIntValue().ugt(VTWidth)) in extractShiftForRotate()8130 APInt NeededShiftAmt = VTWidth - OppShiftCst->getAPIntValue(); in extractShiftForRotate()