Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h321 SDValue PromoteIntRes_CTLZ(SDNode *N);
H A DLegalizeIntegerTypes.cpp67 case ISD::CTLZ: Res = PromoteIntRes_CTLZ(N); break; in PromoteIntegerResult()
558 SDValue DAGTypeLegalizer::PromoteIntRes_CTLZ(SDNode *N) { in PromoteIntRes_CTLZ() function in DAGTypeLegalizer