Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28067 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
28088 Bits->extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
28090 *Bits = Bits->extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
28101 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()