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

References

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  206     return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT, V,
  231                               PartVT, HalfVT, V);
  233                               RoundParts / 2, PartVT, HalfVT, V);
  249                               OddVT, V, CC);
  279       Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V, CC);