Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IVT

1651   EVT IVT = EVT::getIntegerVT(*DAG.getContext(), NumBits);
1653 if (TLI.isTypeLegal(IVT)) {
1654 State.IntValue = DAG.getNode(ISD::BITCAST, DL, IVT, Value);