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