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