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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1321   if (VT.isVector() || !VT.isInteger())
 1321   if (VT.isVector() || !VT.isInteger())
 1327   if (TLI.isTypeDesirableForOp(Opc, VT))
 1330   EVT PVT = VT;
 1334     assert(PVT != VT && "Don't know what type to promote to!");
 1345     SDValue Result = DAG.getNode(ISD::TRUNCATE, DL, VT, NewLD);