Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18107 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
18129 Bits.lshrInPlace((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
18131 Bits.lshrInPlace(SubIdx * NumSubBits); in XformToShuffleWithZero()
18135 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()
18146 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()