Lines Matching defs:RotAmt
9061 SDValue RotAmt = DAG.getConstant(WideNumBits / 2, DL, WideVT);
9062 SourceValue = DAG.getNode(ISD::ROTR, DL, WideVT, SourceValue, RotAmt);
10799 uint64_t RotAmt = Cst->getAPIntValue().urem(BitWidth);
10801 DAG.getConstant(RotAmt, DL, ShAmtTy));
21104 SDValue RotAmt =
21107 StoreOp = DAG.getNode(ISD::ROTL, LoadDL, JointMemOpVT, NewLoad, RotAmt);