Searched refs:OutLoVT (Results 1 – 1 of 1) sorted by relevance
1136 EVT OutLoVT, OutHiVT; in SplitVecRes_ExtVecInRegOp() local1137 std::tie(OutLoVT, OutHiVT) = DAG.GetSplitDestVTs(N->getValueType(0)); in SplitVecRes_ExtVecInRegOp()1138 unsigned OutNumElements = OutLoVT.getVectorNumElements(); in SplitVecRes_ExtVecInRegOp()1154 Lo = DAG.getNode(Opcode, dl, OutLoVT, InLo); in SplitVecRes_ExtVecInRegOp()