LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ConstantFolding.h File Reference

#include <vector>

Include dependency graph for ConstantFolding.h:

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

Go to the source code of this file.

Namespaces

namespace  llvm

Functions

Constantllvm::ConstantFoldCastInstruction (const Constant *V, const Type *DestTy)
Constantllvm::ConstantFoldSelectInstruction (const Constant *Cond, const Constant *V1, const Constant *V2)
Constantllvm::ConstantFoldBinaryInstruction (unsigned Opcode, const Constant *V1, const Constant *V2)
Constantllvm::ConstantFoldGetElementPtr (const Constant *C, const std::vector< Value * > &IdxList)