Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13686 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
13708 Bits = Bits.lshr((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
13710 Bits = Bits.lshr(SubIdx * NumSubBits); in XformToShuffleWithZero()
13714 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()
13725 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()