Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h371 SDValue PromoteIntOp_CONCAT_VECTORS(SDNode *N);
H A DLegalizeIntegerTypes.cpp1491 case ISD::CONCAT_VECTORS: Res = PromoteIntOp_CONCAT_VECTORS(N); break; in PromoteIntegerOperand()
4916 SDValue DAGTypeLegalizer::PromoteIntOp_CONCAT_VECTORS(SDNode *N) { in PromoteIntOp_CONCAT_VECTORS() function in DAGTypeLegalizer