Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeTypes.h255 SDValue PromoteIntRes_SETCC(SDNode *N);
HDLegalizeIntegerTypes.cpp73 case ISD::SETCC: Res = PromoteIntRes_SETCC(N); break; in PromoteIntegerResult()
572 SDValue DAGTypeLegalizer::PromoteIntRes_SETCC(SDNode *N) { in PromoteIntRes_SETCC() function in DAGTypeLegalizer