Searched refs:NewZext (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 9887 SDValue NewZext = DAG.getZExtOrTrunc(CtPop.getOperand(0), DL, VT); in widenCtPop() local 9888 return DAG.getNode(ISD::CTPOP, DL, VT, NewZext); in widenCtPop()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 10795 SDValue NewZext = DAG.getZExtOrTrunc(CtPop.getOperand(0), DL, VT); in widenCtPop() local 10796 return DAG.getNode(ISD::CTPOP, DL, VT, NewZext); in widenCtPop()
|