Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:isU24

2118 static bool isU24(SDValue Op, SelectionDAG &DAG) {
2450 if (Subtarget->hasMulU24() && isU24(N0, DAG) && isU24(N1, DAG)) {