Home
last modified time | relevance | path

Searched refs:NumSubvectors (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1236 unsigned NumSubvectors = N->getNumOperands() / 2; in SplitVecRes_CONCAT_VECTORS() local
1237 if (NumSubvectors == 1) { in SplitVecRes_CONCAT_VECTORS()
1246 SmallVector<SDValue, 8> LoOps(N->op_begin(), N->op_begin()+NumSubvectors); in SplitVecRes_CONCAT_VECTORS()
1249 SmallVector<SDValue, 8> HiOps(N->op_begin()+NumSubvectors, N->op_end()); in SplitVecRes_CONCAT_VECTORS()