Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21658 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
21682 Bits = Bits.extractBits(NumSubBits, (Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
21684 Bits = Bits.extractBits(NumSubBits, SubIdx * NumSubBits); in XformToShuffleWithZero()
21695 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()