Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:shiftop

2048   SDValue ShiftOp = DAG.getCopyFromReg(getControlRoot(), dl, Reg, VT);
2057 ShiftOp, DAG.getConstant(countTrailingZeros(B.Mask), dl, VT),
2063 ShiftOp, DAG.getConstant(countTrailingOnes(B.Mask), dl, VT),
2068 DAG.getConstant(1, dl, VT), ShiftOp);