LLVM 19.0.0git
Classes | Public Member Functions | List of all members
llvm::TruncInstCombine Class Reference

#include "Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h"

Public Member Functions

 TruncInstCombine (AssumptionCache &AC, TargetLibraryInfo &TLI, const DataLayout &DL, const DominatorTree &DT)
 
bool run (Function &F)
 Perform TruncInst pattern optimization on given function.
 

Detailed Description

Definition at line 54 of file AggressiveInstCombineInternal.h.

Constructor & Destructor Documentation

◆ TruncInstCombine()

llvm::TruncInstCombine::TruncInstCombine ( AssumptionCache AC,
TargetLibraryInfo TLI,
const DataLayout DL,
const DominatorTree DT 
)
inline

Definition at line 82 of file AggressiveInstCombineInternal.h.

References DL.

Member Function Documentation

◆ run()

bool TruncInstCombine::run ( Function F)

The documentation for this class was generated from the following files: