Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13870 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
13892 Bits = Bits.lshr((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
13894 Bits = Bits.lshr(SubIdx * NumSubBits); in XformToShuffleWithZero()
13898 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()
13909 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17469 int NumSubBits = RVT.getScalarSizeInBits() / Split; in XformToShuffleWithZero() local
17491 Bits.lshrInPlace((Split - SubIdx - 1) * NumSubBits); in XformToShuffleWithZero()
17493 Bits.lshrInPlace(SubIdx * NumSubBits); in XformToShuffleWithZero()
17497 Bits = Bits.trunc(NumSubBits); in XformToShuffleWithZero()
17508 EVT ClearSVT = EVT::getIntegerVT(*DAG.getContext(), NumSubBits); in XformToShuffleWithZero()