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.cpp666 unsigned CtlzOpcode = N->getOpcode(); in PromoteIntRes_CTLZ() local
667 if (CtlzOpcode == ISD::CTLZ || CtlzOpcode == ISD::VP_CTLZ) { in PromoteIntRes_CTLZ()
687 if (CtlzOpcode == ISD::CTLZ_ZERO_UNDEF || in PromoteIntRes_CTLZ()
688 CtlzOpcode == ISD::VP_CTLZ_ZERO_UNDEF) { in PromoteIntRes_CTLZ()
697 return DAG.getNode(CtlzOpcode, dl, NVT, Op); in PromoteIntRes_CTLZ()
703 return DAG.getNode(CtlzOpcode, dl, NVT, Op, Mask, EVL); in PromoteIntRes_CTLZ()