Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h317 SDValue PromoteIntRes_CTPOP_PARITY(SDNode *N);
H A DLegalizeIntegerTypes.cpp66 case ISD::CTPOP: Res = PromoteIntRes_CTPOP_PARITY(N); break; in PromoteIntegerResult()
538 SDValue DAGTypeLegalizer::PromoteIntRes_CTPOP_PARITY(SDNode *N) { in PromoteIntRes_CTPOP_PARITY() function in DAGTypeLegalizer