LLVM 22.0.0git
|
#include "llvm/ADT/PointerIntPair.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/KnownBits.h"
#include <type_traits>
Go to the source code of this file.
Classes | |
class | llvm::WithCache< Arg > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
LLVM_ABI KnownBits | llvm::computeKnownBits (const Value *V, const SimplifyQuery &Q, unsigned Depth=0) |
Determine which bits of V are known to be either zero or one and return them. | |