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

References

lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  542   MVT NVT = TLI.getTypeToPromoteTo(Op.getOpcode(), VT);
  561   if ((VT.isFloatingPoint() && NVT.isFloatingPoint()) ||
  562       (VT.isVector() && VT.getVectorElementType().isFloatingPoint() &&
  562       (VT.isVector() && VT.getVectorElementType().isFloatingPoint() &&
  564     return DAG.getNode(ISD::FP_ROUND, dl, VT, Op, DAG.getIntPtrConstant(0, dl));
  566     return DAG.getNode(ISD::BITCAST, dl, VT, Op);