Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h364 SDValue PromoteIntOp_BUILD_PAIR(SDNode *N);
H A DLegalizeIntegerTypes.cpp1489 case ISD::BUILD_PAIR: Res = PromoteIntOp_BUILD_PAIR(N); break; in PromoteIntegerOperand()
1677 SDValue DAGTypeLegalizer::PromoteIntOp_BUILD_PAIR(SDNode *N) { in PromoteIntOp_BUILD_PAIR() function in DAGTypeLegalizer