LLVM API Documentation
#include "llvm/Constants.h"
#include "llvm/Function.h"
Include dependency graph for include/llvm/Analysis/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 | |
bool | llvm::canConstantFoldCallTo (Function *F) |
Constant * | llvm::ConstantFoldFP (double(*NativeFP)(double), double V, const Type *Ty) |
Constant * | llvm::ConstantFoldCall (Function *F, const std::vector< Constant * > &Operands) |