Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:Width1

976   SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT);
978 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift);
980 // The dance around Width1 is necessary for 0 special case.
1014 SDValue Width1 = DAG.getConstant(VT.getSizeInBits() - 1, DL, VT);
1016 SDValue CompShift = DAG.getNode(ISD::SUB, DL, VT, Width1, Shift);
1018 // The dance around Width1 is necessary for 0 special case.
1031 SDValue HiBig = SRA ? DAG.getNode(ISD::SRA, DL, VT, Hi, Width1) : Zero;