Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1557 EVT VectorValueType = Node->getOperand(0).getValueType(); in ExpandConcatVectors() local
1558 unsigned NumSubElem = VectorValueType.getVectorNumElements(); in ExpandConcatVectors()
1560 *DAG.getContext(), VectorValueType.getVectorElementType()); in ExpandConcatVectors()
3533 if (EVT VectorValueType = Node->getOperand(0).getValueType(); in ExpandNode() local
3534 VectorValueType.isScalableVector() || in ExpandNode()
3535 TLI.isOperationExpand(ISD::EXTRACT_VECTOR_ELT, VectorValueType)) in ExpandNode()