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