Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h331 SDValue PromoteIntRes_VSELECT(SDNode *N);
H A DLegalizeIntegerTypes.cpp77 case ISD::VSELECT: Res = PromoteIntRes_VSELECT(N); break; in PromoteIntegerResult()
1043 SDValue DAGTypeLegalizer::PromoteIntRes_VSELECT(SDNode *N) { in PromoteIntRes_VSELECT() function in DAGTypeLegalizer