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

References

lib/Target/AMDGPU/AMDGPUISelLowering.cpp
 3180           Elt0 = DAG.getNode(ISD::BITCAST, SL,
 3184         return DAG.getNode(ISD::TRUNCATE, SL, VT, Elt0);
 3201             SrcElt = DAG.getNode(ISD::BITCAST, SL,
 3205           return DAG.getNode(ISD::TRUNCATE, SL, VT, SrcElt);
 3231         SDValue Trunc = DAG.getNode(ISD::TRUNCATE, SL, MidVT,
 3236           Amt = DAG.getZExtOrTrunc(Amt, SL, NewShiftVT);
 3240         SDValue ShrunkShift = DAG.getNode(Src.getOpcode(), SL, MidVT,
 3242         return DAG.getNode(ISD::TRUNCATE, SL, VT, ShrunkShift);