Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:OpVT

1705 static ISD::NodeType GetPromotionOpcode(EVT OpVT, EVT RetVT) {
1706 if (OpVT == MVT::f16) {
1744 EVT OpVT = Op->getValueType(0);
1746 EVT IVT = EVT::getIntegerVT(*DAG.getContext(), OpVT.getSizeInBits());
1753 return DAG.getNode(GetPromotionOpcode(PromotedVT, OpVT), SDLoc(N), IVT,
2054 EVT OpVT = Op->getValueType(0);
2059 SDValue Round = DAG.getNode(GetPromotionOpcode(OpVT, VT), DL, IVT, Op);