Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:HiVT

4598   EVT LoVT, HiVT;
4599 std::tie(LoVT, HiVT) = DAG.GetSplitDestVTs(N->getValueType(0));
4607 Hi = DAG.getNode(N->getOpcode(), DL, HiVT, LH, RH, N->getOperand(2));