Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4876 APInt RangeSpread = MaxCaseVal->getValue() - MinCaseVal->getValue(); in SwitchToLookupTable() local
4877 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; in SwitchToLookupTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5304 APInt RangeSpread = MaxCaseVal->getValue() - MinCaseVal->getValue(); in SwitchToLookupTable() local
5305 uint64_t TableSize = RangeSpread.getLimitedValue() + 1; in SwitchToLookupTable()