Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h374 int SmallestNarrowIdx = -1; in checkPartialSizeAndActionsVector() local
382 if (SmallestNarrowIdx == -1) in checkPartialSizeAndActionsVector()
383 SmallestNarrowIdx = i; in checkPartialSizeAndActionsVector()
397 if (SmallestNarrowIdx != -1) { in checkPartialSizeAndActionsVector()
399 assert(SmallestNarrowIdx > SmallestLegalizableToSameSizeIdx); in checkPartialSizeAndActionsVector()