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

References

lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  598   MVT NVT = TLI.getTypeToPromoteTo(Op.getOpcode(), VT);
  599   assert(NVT.getVectorNumElements() == VT.getVectorNumElements() &&
  618                          DAG.getValueType(VT.getScalarType()));
  619   return DAG.getNode(ISD::TRUNCATE, dl, VT, Promoted);