Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h255 SDValue PromoteIntRes_BSWAP(SDNode *N);
DLegalizeIntegerTypes.cpp57 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break; in PromoteIntegerResult()
307 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() function in DAGTypeLegalizer