Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13808 SDValue NewZext = DAG.getZExtOrTrunc(CtPop.getOperand(0), DL, VT); in widenCtPop() local
13809 return DAG.getNode(ISD::CTPOP, DL, VT, NewZext); in widenCtPop()