Searched refs:MaxElement (Results 1 – 1 of 1) sorted by relevance
15745 int MinElement = SubMask.front(), MaxElement = SubMask.front(); in isGatherShuffledSingleRegisterEntry() local15751 if (MaxElement == PoisonMaskElem || MaxElement % VF < Idx % VF) in isGatherShuffledSingleRegisterEntry()15752 MaxElement = Idx; in isGatherShuffledSingleRegisterEntry()15754 assert(MaxElement >= 0 && MinElement >= 0 && in isGatherShuffledSingleRegisterEntry()15755 MaxElement % VF >= MinElement % VF && in isGatherShuffledSingleRegisterEntry()15759 (MaxElement % VF) - in isGatherShuffledSingleRegisterEntry()