Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11058 unsigned const TotalElementsInInputVector1 = VecVal1.getVectorLength(); in handleVectorShuffle() local
11075 index >= TotalElementsInInputVector1 + TotalElementsInInputVector2) in handleVectorShuffle()
11078 if (index >= TotalElementsInInputVector1) in handleVectorShuffle()
11079 Result = VecVal2.getVectorElt(index - TotalElementsInInputVector1); in handleVectorShuffle()