Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13715 int OrigNumElements = OrigVT.getVectorNumElements(); in splitAndLowerVectorShuffle() local
13716 int OrigSplitNumElements = OrigNumElements / 2; in splitAndLowerVectorShuffle()
13718 MVT OrigSplitVT = MVT::getVectorVT(OrigScalarVT, OrigNumElements / 2); in splitAndLowerVectorShuffle()