Searched refs:SraAmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1875 int SraAmt = VT.getSizeInBits() - 1; local
1879 CurDAG->getConstant(SraAmt, DL, MVT::i32));
H A DSystemZISelLowering.cpp5643 auto *SraAmt = dyn_cast<ConstantSDNode>(N0.getOperand(1)); local
5645 if (SraAmt && Inner.hasOneUse() && Inner.getOpcode() == ISD::SHL) {
5649 unsigned NewSraAmt = SraAmt->getZExtValue() + Extra;

Completed in 195 milliseconds