LLVM 19.0.0git
Classes | Namespaces | Functions
KnownBits.h File Reference
#include "llvm/ADT/APInt.h"
#include <optional>

Go to the source code of this file.

Classes

struct  llvm::KnownBits
 

Namespaces

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

Functions

KnownBits llvm::operator& (KnownBits LHS, const KnownBits &RHS)
 
KnownBits llvm::operator& (const KnownBits &LHS, KnownBits &&RHS)
 
KnownBits llvm::operator| (KnownBits LHS, const KnownBits &RHS)
 
KnownBits llvm::operator| (const KnownBits &LHS, KnownBits &&RHS)
 
KnownBits llvm::operator^ (KnownBits LHS, const KnownBits &RHS)
 
KnownBits llvm::operator^ (const KnownBits &LHS, KnownBits &&RHS)
 
raw_ostream & llvm::operator<< (raw_ostream &OS, const KnownBits &Known)