Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8858 int OrigNumElements = VT.getVectorNumElements(); in lowerVectorShuffleAsPermuteAndUnpack() local
8862 int NumElements = OrigNumElements / Scale; in lowerVectorShuffleAsPermuteAndUnpack()
10489 int OrigNumElements = OrigVT.getVectorNumElements(); in splitAndLowerVectorShuffle() local
10490 int OrigSplitNumElements = OrigNumElements / 2; in splitAndLowerVectorShuffle()
10492 MVT OrigSplitVT = MVT::getVectorVT(OrigScalarVT, OrigNumElements / 2); in splitAndLowerVectorShuffle()