LLVM 19.0.0git
Classes | Namespaces | Functions
ConstantRange.h File Reference
#include "llvm/ADT/APInt.h"
#include "llvm/IR/InstrTypes.h"
#include "llvm/IR/Instruction.h"
#include "llvm/Support/Compiler.h"
#include <cstdint>

Go to the source code of this file.

Classes

class  llvm::ConstantRange
 This class represents a range of values. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

raw_ostream & llvm::operator<< (raw_ostream &OS, const ConstantRange &CR)
 
ConstantRange llvm::getConstantRangeFromMetadata (const MDNode &RangeMD)
 Parse out a conservative ConstantRange from !range metadata.