Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ShiftTy

2305         EVT ShiftTy = DCI.isBeforeLegalizeOps() ?
2312 DAG.getConstant(AndRHS->getAPIntValue().logBase2(), ShiftTy)));
2320 DAG.getConstant(C1.logBase2(), ShiftTy)));
2335 EVT ShiftTy = DCI.isBeforeLegalizeOps() ?
2339 DAG.getConstant(ShiftBits, ShiftTy));
2363 EVT ShiftTy = DCI.isBeforeLegalizeOps() ?
2367 ShiftTy));