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

References

lib/Transforms/Utils/LowerSwitch.cpp
  289   ConstantInt *NewUpperBound = ConstantInt::get(NewLowerBound->getContext(),
  290                                                 NewLowerBound->getValue() - 1);
  295     int64_t GapHigh = NewLowerBound->getSExtValue() - 1;
  303                     << "RHS Bounds ==> [" << NewLowerBound->getSExtValue()
  317   BasicBlock *RBranch = switchConvert(RHS.begin(), RHS.end(), NewLowerBound,