Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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()
688 SDValue DAGTypeLegalizer::PromoteIntRes_SELECT(SDNode *N) { in PromoteIntRes_SELECT() function in DAGTypeLegalizer