Go to the source code of this file.
|
| | llvm |
| | List of target independent CodeGen pass IDs.
|
| |
|
| Constant * | llvm::ConstantFoldInstruction (Instruction *I, const DataLayout *TD=0, const TargetLibraryInfo *TLI=0) |
| |
| Constant * | llvm::ConstantFoldConstantExpression (const ConstantExpr *CE, const DataLayout *TD=0, const TargetLibraryInfo *TLI=0) |
| |
| Constant * | llvm::ConstantFoldInstOperands (unsigned Opcode, Type *DestTy, ArrayRef< Constant * > Ops, const DataLayout *TD=0, const TargetLibraryInfo *TLI=0) |
| |
| Constant * | llvm::ConstantFoldCompareInstOperands (unsigned Predicate, Constant *LHS, Constant *RHS, const DataLayout *TD=0, const TargetLibraryInfo *TLI=0) |
| |
| Constant * | llvm::ConstantFoldInsertValueInstruction (Constant *Agg, Constant *Val, ArrayRef< unsigned > Idxs) |
| |
| Constant * | llvm::ConstantFoldLoadFromConstPtr (Constant *C, const DataLayout *TD=0) |
| |
| Constant * | llvm::ConstantFoldLoadThroughGEPConstantExpr (Constant *C, ConstantExpr *CE) |
| |
| Constant * | llvm::ConstantFoldLoadThroughGEPIndices (Constant *C, ArrayRef< Constant * > Indices) |
| |
| bool | llvm::canConstantFoldCallTo (const Function *F) |
| |
| Constant * | llvm::ConstantFoldCall (Function *F, ArrayRef< Constant * > Operands, const TargetLibraryInfo *TLI=0) |
| |