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.h397 SDValue PromoteIntOp_INSERT_SUBVECTOR(SDNode *N);
H A DLegalizeIntegerTypes.cpp2022 case ISD::INSERT_SUBVECTOR: Res = PromoteIntOp_INSERT_SUBVECTOR(N); break; in PromoteIntegerOperand()
6349 SDValue DAGTypeLegalizer::PromoteIntOp_INSERT_SUBVECTOR(SDNode *N) { in PromoteIntOp_INSERT_SUBVECTOR() function in DAGTypeLegalizer