Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp706 unsigned CtlzOpcode = N->getOpcode(); in PromoteIntRes_CTLZ() local
707 if (CtlzOpcode == ISD::CTLZ || CtlzOpcode == ISD::VP_CTLZ) { in PromoteIntRes_CTLZ()
727 if (CtlzOpcode == ISD::CTLZ_ZERO_UNDEF || in PromoteIntRes_CTLZ()
728 CtlzOpcode == ISD::VP_CTLZ_ZERO_UNDEF) { in PromoteIntRes_CTLZ()
737 return DAG.getNode(CtlzOpcode, dl, NVT, Op); in PromoteIntRes_CTLZ()
743 return DAG.getNode(CtlzOpcode, dl, NVT, Op, Mask, EVL); in PromoteIntRes_CTLZ()