LLVM API Documentation

ConstantFolding.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  llvm

Functions

Constantllvm::ConstantFoldInstruction (Instruction *I, const TargetData *TD=0)
Constantllvm::ConstantFoldConstantExpression (ConstantExpr *CE, const TargetData *TD)
Constantllvm::ConstantFoldInstOperands (unsigned Opcode, const Type *DestTy, Constant *const *Ops, unsigned NumOps, const TargetData *TD=0)
Constantllvm::ConstantFoldCompareInstOperands (unsigned Predicate, Constant *const *Ops, unsigned NumOps, const TargetData *TD=0)
Constantllvm::ConstantFoldLoadThroughGEPConstantExpr (Constant *C, ConstantExpr *CE)
bool llvm::canConstantFoldCallTo (const Function *F)
Constantllvm::ConstantFoldCall (Function *F, Constant *const *Operands, unsigned NumOperands)




This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.