Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h331 SDValue PromoteIntRes_SELECT(SDNode *N);
H A DLegalizeIntegerTypes.cpp77 case ISD::SELECT: Res = PromoteIntRes_SELECT(N); break; in PromoteIntegerResult()
1040 SDValue DAGTypeLegalizer::PromoteIntRes_SELECT(SDNode *N) { in PromoteIntRes_SELECT() function in DAGTypeLegalizer