Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h370 SDValue PromoteIntOp_EXTRACT_SUBVECTOR(SDNode *N);
H A DLegalizeIntegerTypes.cpp1521 case ISD::EXTRACT_SUBVECTOR: Res = PromoteIntOp_EXTRACT_SUBVECTOR(N); break; in PromoteIntegerOperand()
4906 SDValue DAGTypeLegalizer::PromoteIntOp_EXTRACT_SUBVECTOR(SDNode *N) { in PromoteIntOp_EXTRACT_SUBVECTOR() function in DAGTypeLegalizer