15#ifndef LLVM_TRANSFORMS_SCALAR_LOWERCONSTANTINTRINSICS_H
16#define LLVM_TRANSFORMS_SCALAR_LOWERCONSTANTINTRINSICS_H
This header defines various interfaces for pass management in LLVM.
Concrete subclass of DominatorTreeBase that is used to compute a normal dominator tree.
A set of analyses that are preserved following a run of a transformation pass.
Provides information about what library functions are available for the current target.
This is an optimization pass for GlobalISel generic memory operations.
bool lowerConstantIntrinsics(Function &F, const TargetLibraryInfo &TLI, DominatorTree *DT)
AnalysisManager< Function > FunctionAnalysisManager
Convenience typedef for the Function analysis manager.
PreservedAnalyses run(Function &F, FunctionAnalysisManager &)
Run the pass over the function.
LowerConstantIntrinsicsPass()=default
A CRTP mix-in to automatically provide informational APIs needed for passes.