Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h329 SDValue PromoteIntRes_CTPOP_PARITY(SDNode *N);
H A DLegalizeIntegerTypes.cpp74 case ISD::CTPOP: Res = PromoteIntRes_CTPOP_PARITY(N); break; in PromoteIntegerResult()
708 SDValue DAGTypeLegalizer::PromoteIntRes_CTPOP_PARITY(SDNode *N) { in PromoteIntRes_CTPOP_PARITY() function in DAGTypeLegalizer