Searched refs:SraAmt (Results 1 – 2 of 2) sorted by relevance
1875 int SraAmt = VT.getSizeInBits() - 1; in expandSelectBoolean() local1879 CurDAG->getConstant(SraAmt, DL, MVT::i32)); in expandSelectBoolean()
5643 auto *SraAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1)); in combineSIGN_EXTEND() local5645 if (SraAmt && Inner.hasOneUse() && Inner.getOpcode() == ISD::SHL) { in combineSIGN_EXTEND()5649 unsigned NewSraAmt = SraAmt->getZExtValue() + Extra; in combineSIGN_EXTEND()