reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIISelLowering.cpp
 2536     Y = DAG.getNode(ISD::SHL, SL, MVT::i32, Y,
 2537                     DAG.getShiftAmountConstant(10, MVT::i32, SL));
 2539                  DAG.getNode(ISD::OR, SL, MVT::i32, InputReg, Y) : Y;
 2544     Z = DAG.getNode(ISD::SHL, SL, MVT::i32, Z,
 2545                     DAG.getShiftAmountConstant(20, MVT::i32, SL));
 2547                  DAG.getNode(ISD::OR, SL, MVT::i32, InputReg, Z) : Z;