Searched refs:TotalElementsInInputVector1 (Results 1 – 1 of 1) sorted by relevance
11058 unsigned const TotalElementsInInputVector1 = VecVal1.getVectorLength(); in handleVectorShuffle() local11075 index >= TotalElementsInInputVector1 + TotalElementsInInputVector2) in handleVectorShuffle()11078 if (index >= TotalElementsInInputVector1) in handleVectorShuffle()11079 Result = VecVal2.getVectorElt(index - TotalElementsInInputVector1); in handleVectorShuffle()