Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h273 SDValue PromoteIntRes_VSELECT(SDNode *N);
DLegalizeIntegerTypes.cpp75 case ISD::VSELECT: Res = PromoteIntRes_VSELECT(N); break; in PromoteIntegerResult()
569 SDValue DAGTypeLegalizer::PromoteIntRes_VSELECT(SDNode *N) { in PromoteIntRes_VSELECT() function in DAGTypeLegalizer