Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h390 SDValue PromoteIntOp_INSERT_VECTOR_ELT(SDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1930 Res = PromoteIntOp_INSERT_VECTOR_ELT(N, OpNo); in PromoteIntegerOperand()
2207 SDValue DAGTypeLegalizer::PromoteIntOp_INSERT_VECTOR_ELT(SDNode *N, in PromoteIntOp_INSERT_VECTOR_ELT() function in DAGTypeLegalizer