Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8212 APInt LowCase = Clusters[First].Low->getValue(); in isDense() local
8214 assert(LowCase.getBitWidth() == HighCase.getBitWidth()); in isDense()
8220 uint64_t Diff = (HighCase - LowCase).getLimitedValue((UINT64_MAX - 1) / 100); in isDense()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9331 const APInt &LowCase = Clusters[First].Low->getValue(); in getJumpTableRange() local
9333 assert(LowCase.getBitWidth() == HighCase.getBitWidth()); in getJumpTableRange()
9339 return (HighCase - LowCase).getLimitedValue((UINT64_MAX - 1) / 100) + 1; in getJumpTableRange()