Home | History | Annotate | Download | only in AMDGPU

Lines Matching refs:MaskConstant

1377       SDValue MaskConstant;
1379 MaskConstant = DAG.getConstant(0xFF, DL, MVT::i32);
1382 MaskConstant = DAG.getConstant(0xFFFF, DL, MVT::i32);
1388 SDValue TruncValue = DAG.getNode(ISD::AND, DL, VT, Value, MaskConstant);
1392 MaskConstant, Shift);