LLVM API Documentation

ConstantFolding.h File Reference

#include <vector>

Include dependency graph for lib/VMCore/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::ConstantFoldExtractElementInstruction (const Constant *Val, const Constant *Idx)
Constantllvm::ConstantFoldInsertElementInstruction (const Constant *Val, const Constant *Elt, const Constant *Idx)
Constantllvm::ConstantFoldShuffleVectorInstruction (const Constant *V1, const Constant *V2, const Constant *Mask)
Constantllvm::ConstantFoldBinaryInstruction (unsigned Opcode, const Constant *V1, const Constant *V2)
Constantllvm::ConstantFoldGetElementPtr (const Constant *C, const std::vector< Value * > &IdxList)