Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp343 unsigned NumLHSElts = LHS->getType()->getVectorNumElements(); in collectSingleShuffleElements() local
359 ExtractedIdx + NumLHSElts); in collectSingleShuffleElements()
499 unsigned NumLHSElts = RHS->getType()->getVectorNumElements(); in collectShuffleElements() local
502 NumLHSElts+ExtractedIdx); in collectShuffleElements()
509 unsigned NumLHSElts = in collectShuffleElements() local
514 i == InsertedIdx ? ExtractedIdx : NumLHSElts + i)); in collectShuffleElements()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp336 unsigned NumLHSElts = LHS->getType()->getVectorNumElements(); in collectSingleShuffleElements() local
352 ExtractedIdx + NumLHSElts); in collectSingleShuffleElements()
500 unsigned NumLHSElts = RHS->getType()->getVectorNumElements(); in collectShuffleElements() local
503 NumLHSElts+ExtractedIdx); in collectShuffleElements()
510 unsigned NumLHSElts = in collectShuffleElements() local
515 i == InsertedIdx ? ExtractedIdx : NumLHSElts + i)); in collectShuffleElements()