Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h318 SDValue PromoteIntRes_BSWAP(SDNode *N);
H A DLegalizeIntegerTypes.cpp65 case ISD::BSWAP: Res = PromoteIntRes_BSWAP(N); break; in PromoteIntegerResult()
520 SDValue DAGTypeLegalizer::PromoteIntRes_BSWAP(SDNode *N) { in PromoteIntRes_BSWAP() function in DAGTypeLegalizer