Searched refs:TotalElementsInInputVector1 (Results 1 – 1 of 1) sorted by relevance
11587 unsigned const TotalElementsInInputVector1 = VecVal1.getVectorLength(); in handleVectorShuffle() local11604 index >= TotalElementsInInputVector1 + TotalElementsInInputVector2) in handleVectorShuffle()11607 if (index >= TotalElementsInInputVector1) in handleVectorShuffle()11608 Result = VecVal2.getVectorElt(index - TotalElementsInInputVector1); in handleVectorShuffle()