Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h897 SDValue SplitVecOp_CONCAT_VECTORS(SDNode *N);
H A DLegalizeVectorTypes.cpp2695 case ISD::CONCAT_VECTORS: Res = SplitVecOp_CONCAT_VECTORS(N); break; in SplitVectorOperand()
3392 SDValue DAGTypeLegalizer::SplitVecOp_CONCAT_VECTORS(SDNode *N) { in SplitVecOp_CONCAT_VECTORS() function in DAGTypeLegalizer