LLVM 22.0.0git
InstCombineInternal.h File Reference

This file provides internal interfaces used to implement the InstCombine. More...

Go to the source code of this file.

Classes

class  llvm::InstCombinerImpl
class  llvm::Negator
struct  llvm::CommonPointerBase

Namespaces

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

Macros

#define DEBUG_TYPE   "instcombine"

Variables

static constexpr unsigned NegatorDefaultMaxDepth = ~0U
static constexpr unsigned NegatorMaxNodesSSO = 16

Detailed Description

This file provides internal interfaces used to implement the InstCombine.

Definition in file InstCombineInternal.h.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "instcombine"

Definition at line 35 of file InstCombineInternal.h.

Variable Documentation

◆ NegatorDefaultMaxDepth

unsigned NegatorDefaultMaxDepth = ~0U
staticconstexpr

Definition at line 40 of file InstCombineInternal.h.

◆ NegatorMaxNodesSSO

unsigned NegatorMaxNodesSSO = 16
staticconstexpr

Definition at line 44 of file InstCombineInternal.h.