Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h318 SDValue PromoteIntRes_CTTZ(SDNode *N);
H A DLegalizeIntegerTypes.cpp68 case ISD::CTTZ: Res = PromoteIntRes_CTTZ(N); break; in PromoteIntegerResult()
544 SDValue DAGTypeLegalizer::PromoteIntRes_CTTZ(SDNode *N) { in PromoteIntRes_CTTZ() function in DAGTypeLegalizer