Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h332 SDValue PromoteIntRes_VSELECT(SDNode *N);
H A DLegalizeIntegerTypes.cpp78 case ISD::VSELECT: Res = PromoteIntRes_VSELECT(N); break; in PromoteIntegerResult()
1047 SDValue DAGTypeLegalizer::PromoteIntRes_VSELECT(SDNode *N) { in PromoteIntRes_VSELECT() function in DAGTypeLegalizer