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.h294 SDValue PromoteIntOp_BUILD_PAIR(SDNode *N);
DLegalizeIntegerTypes.cpp881 case ISD::BUILD_PAIR: Res = PromoteIntOp_BUILD_PAIR(N); break; in PromoteIntegerOperand()
1028 SDValue DAGTypeLegalizer::PromoteIntOp_BUILD_PAIR(SDNode *N) { in PromoteIntOp_BUILD_PAIR() function in DAGTypeLegalizer