Lines Matching refs:getSExtValue
212 uint64_t Range = Leaf.High->getSExtValue() - Leaf.Low->getSExtValue(); in NewLeafBlock()
245 NumMergedCases = UpperBound->getSExtValue() - LowerBound->getSExtValue(); in SwitchConvert()
276 int64_t GapLow = LHS.back().High->getSExtValue() + 1; in SwitchConvert()
277 int64_t GapHigh = NewLowerBound->getSExtValue() - 1; in SwitchConvert()
283 LLVM_DEBUG(dbgs() << "LHS Bounds ==> [" << LowerBound->getSExtValue() << ", " in SwitchConvert()
284 << NewUpperBound->getSExtValue() << "]\n" in SwitchConvert()
285 << "RHS Bounds ==> [" << NewLowerBound->getSExtValue() in SwitchConvert()
286 << ", " << UpperBound->getSExtValue() << "]\n"); in SwitchConvert()
331 int64_t nextValue = J->Low->getSExtValue(); in Clusterify()
332 int64_t currentValue = I->High->getSExtValue(); in Clusterify()
439 int64_t Low = I.Low->getSExtValue(); in ProcessSwitchInst()
440 int64_t High = I.High->getSExtValue(); in ProcessSwitchInst()