Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h312 SDValue PromoteIntRes_BSWAP(SDNode *N);
H A DLegalizeIntegerTypes.cpp60 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break; in PromoteIntegerResult()
457 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() function in DAGTypeLegalizer