Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:CompShift

978   SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift);
981 // Without it the CompShift might be 32, producing incorrect results in
985 SDValue Overflow = DAG.getNode(ISD::SRL, DL, VT, Lo, CompShift);
1016 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift);
1019 // Without it the CompShift might be 32, producing incorrect results in
1023 SDValue Overflow = DAG.getNode(ISD::SHL, DL, VT, Hi, CompShift);