Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h274 SDValue PromoteIntRes_SELECT_CC(SDNode *N);
DLegalizeIntegerTypes.cpp76 case ISD::SELECT_CC: Res = PromoteIntRes_SELECT_CC(N); break; in PromoteIntegerResult()
581 SDValue DAGTypeLegalizer::PromoteIntRes_SELECT_CC(SDNode *N) { in PromoteIntRes_SELECT_CC() function in DAGTypeLegalizer