Home
last modified time | relevance | path

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

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