Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2054 unsigned NumSubElem = VVT.getVectorNumElements(); in LowerCONCAT_VECTORS() local
2055 for (unsigned j = 0; j < NumSubElem; ++j) { in LowerCONCAT_VECTORS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1558 unsigned NumSubElem = VectorValueType.getVectorNumElements(); in ExpandConcatVectors() local
1563 for (unsigned Idx = 0; Idx < NumSubElem; ++Idx) { in ExpandConcatVectors()