Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:IVT

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