Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h742 SDValue WidenVecOp_CONCAT_VECTORS(SDNode *N);
DLegalizeVectorTypes.cpp2963 case ISD::CONCAT_VECTORS: Res = WidenVecOp_CONCAT_VECTORS(N); break; in WidenVectorOperand()
3124 SDValue DAGTypeLegalizer::WidenVecOp_CONCAT_VECTORS(SDNode *N) { in WidenVecOp_CONCAT_VECTORS() function in DAGTypeLegalizer