Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h319 SDValue PromoteIntRes_CTPOP(SDNode *N);
H A DLegalizeIntegerTypes.cpp66 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break; in PromoteIntegerResult()
419 SDValue DAGTypeLegalizer::PromoteIntRes_CTPOP(SDNode *N) { in PromoteIntRes_CTPOP() function in DAGTypeLegalizer