Searched refs:NextVT (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1659 EVT NextVT; local
1662 NextVT = EVT::getVectorVT(*DAG.getContext(), WidenEltVT, NextSize);
1663 } while (!TLI.isTypeLegal(NextVT));
1666 // Scalar type, create an INSERT_VECTOR_ELEMENT of type NextVT
1667 SDValue VecOp = DAG.getUNDEF(NextVT);
1670 VecOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, NextVT, VecOp,
1677 // Vector type, create a CONCAT_VECTORS of type NextVT
1689 NextVT, &SubConcatOps[0],

Completed in 64 milliseconds