Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h373 SDValue PromoteIntOp_BUILD_VECTOR(SDNode *N);
H A DLegalizeIntegerTypes.cpp1635 case ISD::BUILD_VECTOR: Res = PromoteIntOp_BUILD_VECTOR(N); break; in PromoteIntegerOperand()
1879 SDValue DAGTypeLegalizer::PromoteIntOp_BUILD_VECTOR(SDNode *N) { in PromoteIntOp_BUILD_VECTOR() function in DAGTypeLegalizer