Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14449 int RHSMaxIdx, int HalfVec, in fixupShuffleMaskForPermutedSToV() argument
14454 if ((Idx >= 0 && Idx < LHSMaxIdx) || (Idx >= RHSMinIdx && Idx < RHSMaxIdx)) in fixupShuffleMaskForPermutedSToV()
14559 int RHSMaxIdx = -1; in combineVectorShuffle() local
14582 RHSMaxIdx = NumEltsOut / NumEltsIn + RHSMinIdx; in combineVectorShuffle()
14594 fixupShuffleMaskForPermutedSToV(ShuffV, LHSMaxIdx, RHSMinIdx, RHSMaxIdx, in combineVectorShuffle()