Lines Matching refs:getValue

26   const APInt &LowCase = Clusters[First].Low->getValue();  in getJumpTableRange()
27 const APInt &HighCase = Clusters[Last].High->getValue(); in getJumpTableRange()
57 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables()
75 const APInt &Hi = Clusters[i].High->getValue(); in findJumpTables()
76 const APInt &Lo = Clusters[i].Low->getValue(); in findJumpTables()
209 const APInt &Low = Clusters[I].Low->getValue(); in buildJumpTable()
210 const APInt &High = Clusters[I].High->getValue(); in buildJumpTable()
214 const APInt &PreviousHigh = Clusters[I - 1].High->getValue(); in buildJumpTable()
228 Clusters[First].Low->getValue(), in buildJumpTable()
229 Clusters[Last].High->getValue(), *DL)) { in buildJumpTable()
255 JumpTableHeader JTH(Clusters[First].Low->getValue(), in buildJumpTable()
256 Clusters[Last].High->getValue(), SI->getCondition(), in buildJumpTable()
277 assert(Clusters[i-1].High->getValue().slt(Clusters[i].Low->getValue())); in findBitTestClusters()
316 if (!TLI->rangeFitsInWord(Clusters[i].Low->getValue(), in findBitTestClusters()
317 Clusters[j].High->getValue(), *DL)) in findBitTestClusters()
381 APInt Low = Clusters[First].Low->getValue(); in buildBitTests()
382 APInt High = Clusters[Last].High->getValue(); in buildBitTests()
399 if (Clusters[I].Low->getValue() != Clusters[I - 1].High->getValue() + 1) { in buildBitTests()
430 uint64_t Lo = (Clusters[i].Low->getValue() - LowBound).getZExtValue(); in buildBitTests()
431 uint64_t Hi = (Clusters[i].High->getValue() - LowBound).getZExtValue(); in buildBitTests()
471 return a.Low->getValue().slt(b.Low->getValue()); in sortAndRangeify()
483 (CaseVal->getValue() - Clusters[DstIndex - 1].High->getValue()) == 1) { in sortAndRangeify()