Searched defs:IntegerRange (Results 1 – 1 of 1) sorted by relevance
114 struct IntegerRange { struct115 bool Contains(const IntegerRange &From) const { in Contains()120 bool Contains(const llvm::APSInt &Value) const { in Contains()125 llvm::APSInt Lower;126 llvm::APSInt Upper;