Lines Matching refs:getValue
90 return CI1->getValue().slt(CI2->getValue()); in operator ()()
100 O << "[" << B->Low->getValue() << ", " << B->High->getValue() << "]"; in operator <<()
210 APInt Range = Leaf.High->getValue() - Leaf.Low->getValue(); in NewLeafBlock()
242 APInt NumMergedCases = UpperBound->getValue() - LowerBound->getValue(); in SwitchConvert()
257 LLVM_DEBUG(dbgs() << "Pivot ==> [" << Pivot.Low->getValue() << ", " in SwitchConvert()
258 << Pivot.High->getValue() << "]\n"); in SwitchConvert()
269 NewLowerBound->getValue() - 1); in SwitchConvert()
273 APInt GapLow = LHS.back().High->getValue() + 1; in SwitchConvert()
274 APInt GapHigh = NewLowerBound->getValue() - 1; in SwitchConvert()
280 LLVM_DEBUG(dbgs() << "LHS Bounds ==> [" << LowerBound->getValue() << ", " in SwitchConvert()
281 << NewUpperBound->getValue() << "]\n" in SwitchConvert()
282 << "RHS Bounds ==> [" << NewLowerBound->getValue() << ", " in SwitchConvert()
283 << UpperBound->getValue() << "]\n"); in SwitchConvert()
327 const APInt &nextValue = J->Low->getValue(); in Clusterify()
328 const APInt ¤tValue = I->High->getValue(); in Clusterify()
422 const APInt &Low = Cases.front().Low->getValue(); in ProcessSwitchInst()
423 const APInt &High = Cases.back().High->getValue(); in ProcessSwitchInst()
444 const APInt &Low = I.Low->getValue(); in ProcessSwitchInst()
445 const APInt &High = I.High->getValue(); in ProcessSwitchInst()