Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DLegacyLegalizerInfo.h383 int SmallestNarrowIdx = -1; in checkPartialSizeAndActionsVector() local
391 if (SmallestNarrowIdx == -1) in checkPartialSizeAndActionsVector()
392 SmallestNarrowIdx = i; in checkPartialSizeAndActionsVector()
406 if (SmallestNarrowIdx != -1) { in checkPartialSizeAndActionsVector()
408 assert(SmallestNarrowIdx > SmallestLegalizableToSameSizeIdx); in checkPartialSizeAndActionsVector()