Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11971 EVT PopcountVT = ScalarVT.changeTypeToInteger(); in expandVECTOR_COMPRESS() local
11976 MaskVT.changeVectorElementType(PopcountVT), Popcount); in expandVECTOR_COMPRESS()
11977 Popcount = DAG.getNode(ISD::VECREDUCE_ADD, DL, PopcountVT, Popcount); in expandVECTOR_COMPRESS()