Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h360 SDValue PromoteIntOp_INSERT_VECTOR_ELT(SDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1055 Res = PromoteIntOp_INSERT_VECTOR_ELT(N, OpNo);break; in PromoteIntegerOperand()
1241 SDValue DAGTypeLegalizer::PromoteIntOp_INSERT_VECTOR_ELT(SDNode *N, in PromoteIntOp_INSERT_VECTOR_ELT() function in DAGTypeLegalizer