reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/LowerSwitch.cpp
  122       const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
  191     O << "[" << B->Low->getValue() << ", " << B->High->getValue() << "]";
  261     if (Begin->Low == LowerBound && Begin->High == UpperBound) {
  279                     << Pivot.High->getValue() << "]\n");
  294     int64_t GapLow = LHS.back().High->getSExtValue() + 1;
  298       NewUpperBound = LHS.back().High;
  343   if (Leaf.Low == Leaf.High) {
  351       Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
  353     } else if (Leaf.High == UpperBound) {
  359       Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
  367       Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High);
  382     uint64_t Range = Leaf.High->getSExtValue() -
  418       int64_t currentValue = I->High->getSExtValue();
  426         I->High = J->High;
  426         I->High = J->High;
  481     UpperBound = Cases.back().High;
  505     APInt High = Cases.back().High->getValue();
  526       int64_t High = I.High->getSExtValue();