LLVM API Documentation
#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 | |
| Constant * | llvm::ConstantFoldCastInstruction (const Constant *V, const Type *DestTy) |
| Constant * | llvm::ConstantFoldSelectInstruction (const Constant *Cond, const Constant *V1, const Constant *V2) |
| Constant * | llvm::ConstantFoldBinaryInstruction (unsigned Opcode, const Constant *V1, const Constant *V2) |
| Constant * | llvm::ConstantFoldGetElementPtr (const Constant *C, const std::vector< Value * > &IdxList) |