Home
last modified time | relevance | path

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

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