Searched refs:selectShiftMask (Results 1 – 2 of 2) sorted by relevance
50 bool selectShiftMask(SDValue N, unsigned ShiftWidth, SDValue &ShAmt);52 return selectShiftMask(N, Subtarget->getXLen(), ShAmt); in selectShiftMaskXLen()55 return selectShiftMask(N, 32, ShAmt); in selectShiftMask32()
1435 bool RISCVDAGToDAGISel::selectShiftMask(SDValue N, unsigned ShiftWidth, in selectShiftMask() function in RISCVDAGToDAGISel