Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h261 SDValue PromoteIntRes_CTPOP(SDNode *N);
DLegalizeIntegerTypes.cpp64 case ISD::CTPOP: Res = PromoteIntRes_CTPOP(N); break; in PromoteIntegerResult()
382 SDValue DAGTypeLegalizer::PromoteIntRes_CTPOP(SDNode *N) { in PromoteIntRes_CTPOP() function in DAGTypeLegalizer