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

References

lib/IR/ConstantRange.cpp
  782     return add(Other);
  784     return sub(Other);
  786     return multiply(Other);
  788     return udiv(Other);
  790     return sdiv(Other);
  792     return urem(Other);
  794     return srem(Other);
  796     return shl(Other);
  798     return lshr(Other);
  800     return ashr(Other);
  802     return binaryAnd(Other);
  804     return binaryOr(Other);
  808     return add(Other);
  810     return sub(Other);
  812     return multiply(Other);