Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp473 uint64_t LeaderDemandedBits = 0; in computeMinimumValueSizes() local
475 LeaderDemandedBits |= DBits[*MI]; in computeMinimumValueSizes()
477 uint64_t MinBW = (sizeof(LeaderDemandedBits) * 8) - in computeMinimumValueSizes()
478 llvm::countLeadingZeros(LeaderDemandedBits); in computeMinimumValueSizes()