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

Declarations

include/llvm/IR/ConstantRange.h
  384   ConstantRange sdiv(const ConstantRange &Other) const;

References

lib/IR/ConstantRange.cpp
  790     return sdiv(Other);
unittests/IR/ConstantRangeTest.cpp
 1101     ConstantRange CR = CR1.sdiv(CR2);