Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h317 SDValue PromoteIntRes_BSWAP(SDNode *N);
H A DLegalizeIntegerTypes.cpp63 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break; in PromoteIntegerResult()
492 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() function in DAGTypeLegalizer