Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1257 int SmallestNarrowIdx = -1; in checkPartialSizeAndActionsVector() local
1265 if (SmallestNarrowIdx == -1) in checkPartialSizeAndActionsVector()
1266 SmallestNarrowIdx = i; in checkPartialSizeAndActionsVector()
1280 if (SmallestNarrowIdx != -1) { in checkPartialSizeAndActionsVector()
1282 assert(SmallestNarrowIdx > SmallestLegalizableToSameSizeIdx); in checkPartialSizeAndActionsVector()