Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h393 SDValue PromoteIntOp_INSERT_SUBVECTOR(SDNode *N);
H A DLegalizeIntegerTypes.cpp1971 case ISD::INSERT_SUBVECTOR: Res = PromoteIntOp_INSERT_SUBVECTOR(N); break; in PromoteIntegerOperand()
6085 SDValue DAGTypeLegalizer::PromoteIntOp_INSERT_SUBVECTOR(SDNode *N) { in PromoteIntOp_INSERT_SUBVECTOR() function in DAGTypeLegalizer