LLVM 22.0.0git
Classes | Namespaces | Typedefs
HashRecognize.h File Reference
#include "llvm/ADT/APInt.h"
#include "llvm/Analysis/LoopAnalysisManager.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/IR/PassManager.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/KnownBits.h"
#include <variant>

Go to the source code of this file.

Classes

struct  llvm::CRCTable
 A custom std::array with 256 entries, that also has a print function. More...
 
struct  llvm::PolynomialInfo
 The structure that is returned when a polynomial algorithm was recognized by the analysis. More...
 
class  llvm::HashRecognize
 The analysis. More...
 
class  llvm::HashRecognizePrinterPass
 

Namespaces

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

Typedefs

using llvm::ErrBits = std::tuple< KnownBits, unsigned, bool >
 A tuple of bits that are expected to be zero, number N of them expected to be zero, with a boolean indicating whether it's the top or bottom N bits expected to be zero.