Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h273 SDValue PromoteIntOp_BUILD_PAIR(SDNode *N);
DLegalizeIntegerTypes.cpp839 case ISD::BUILD_PAIR: Res = PromoteIntOp_BUILD_PAIR(N); break; in PromoteIntegerOperand()
981 SDValue DAGTypeLegalizer::PromoteIntOp_BUILD_PAIR(SDNode *N) { in PromoteIntOp_BUILD_PAIR() function in DAGTypeLegalizer