Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h325 SDValue PromoteIntRes_BITREVERSE(SDNode *N);
H A DLegalizeIntegerTypes.cpp63 case ISD::BITREVERSE: Res = PromoteIntRes_BITREVERSE(N); break; in PromoteIntegerResult()
598 SDValue DAGTypeLegalizer::PromoteIntRes_BITREVERSE(SDNode *N) { in PromoteIntRes_BITREVERSE() function in DAGTypeLegalizer