Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp15456 int LHSMaxIdx, int RHSMinIdx, in fixupShuffleMaskForPermutedSToV() argument
15462 if ((Idx >= 0 && Idx < LHSMaxIdx) || (Idx >= RHSMinIdx && Idx < RHSMaxIdx)) in fixupShuffleMaskForPermutedSToV()
15577 int RHSMinIdx = -1; in combineVectorShuffle() local
15600 RHSMinIdx = NumEltsOut; in combineVectorShuffle()
15601 RHSMaxIdx = NumEltsOut / NumEltsIn + RHSMinIdx; in combineVectorShuffle()
15613 fixupShuffleMaskForPermutedSToV(ShuffV, LHSMaxIdx, RHSMinIdx, RHSMaxIdx, in combineVectorShuffle()