Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h330 SDValue PromoteIntRes_SELECT(SDNode *N);
H A DLegalizeIntegerTypes.cpp76 case ISD::SELECT: Res = PromoteIntRes_SELECT(N); break; in PromoteIntegerResult()
1036 SDValue DAGTypeLegalizer::PromoteIntRes_SELECT(SDNode *N) { in PromoteIntRes_SELECT() function in DAGTypeLegalizer