Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h317 SDValue PromoteIntRes_CTLZ(SDNode *N);
DLegalizeIntegerTypes.cpp65 case ISD::CTLZ: Res = PromoteIntRes_CTLZ(N); break; in PromoteIntegerResult()
528 SDValue DAGTypeLegalizer::PromoteIntRes_CTLZ(SDNode *N) { in PromoteIntRes_CTLZ() function in DAGTypeLegalizer