LLVM 22.0.0git
KnownBits.h File Reference
#include "llvm/ADT/APInt.h"
#include "llvm/Support/Compiler.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_ostreamllvm::operator<< (raw_ostream &OS, const KnownBits &Known)