LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
llvm::TargetFolder Member List

This is the complete list of members for llvm::TargetFolder, including all inherited members.

CreateAdd(Constant *LHS, Constant *RHS, bool HasNUW=false, bool HasNSW=false) const llvm::TargetFolderinline
CreateAnd(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateAShr(Constant *LHS, Constant *RHS, bool isExact=false) const llvm::TargetFolderinline
CreateBinOp(Instruction::BinaryOps Opc, Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateBitCast(Constant *C, Type *DestTy) const llvm::TargetFolderinline
CreateCast(Instruction::CastOps Op, Constant *C, Type *DestTy) const llvm::TargetFolderinline
CreateExtractElement(Constant *Vec, Constant *Idx) const llvm::TargetFolderinline
CreateExtractValue(Constant *Agg, ArrayRef< unsigned > IdxList) const llvm::TargetFolderinline
CreateFAdd(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateFCmp(CmpInst::Predicate P, Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateFDiv(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateFMul(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateFNeg(Constant *C) const llvm::TargetFolderinline
CreateFPCast(Constant *C, Type *DestTy) const llvm::TargetFolderinline
CreateFRem(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateFSub(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateGetElementPtr(Constant *C, ArrayRef< Constant * > IdxList) const llvm::TargetFolderinline
CreateGetElementPtr(Constant *C, Constant *Idx) const llvm::TargetFolderinline
CreateGetElementPtr(Constant *C, ArrayRef< Value * > IdxList) const llvm::TargetFolderinline
CreateICmp(CmpInst::Predicate P, Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateInBoundsGetElementPtr(Constant *C, ArrayRef< Constant * > IdxList) const llvm::TargetFolderinline
CreateInBoundsGetElementPtr(Constant *C, Constant *Idx) const llvm::TargetFolderinline
CreateInBoundsGetElementPtr(Constant *C, ArrayRef< Value * > IdxList) const llvm::TargetFolderinline
CreateInsertElement(Constant *Vec, Constant *NewElt, Constant *Idx) const llvm::TargetFolderinline
CreateInsertValue(Constant *Agg, Constant *Val, ArrayRef< unsigned > IdxList) const llvm::TargetFolderinline
CreateIntCast(Constant *C, Type *DestTy, bool isSigned) const llvm::TargetFolderinline
CreateIntToPtr(Constant *C, Type *DestTy) const llvm::TargetFolderinline
CreateLShr(Constant *LHS, Constant *RHS, bool isExact=false) const llvm::TargetFolderinline
CreateMul(Constant *LHS, Constant *RHS, bool HasNUW=false, bool HasNSW=false) const llvm::TargetFolderinline
CreateNeg(Constant *C, bool HasNUW=false, bool HasNSW=false) const llvm::TargetFolderinline
CreateNot(Constant *C) const llvm::TargetFolderinline
CreateOr(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreatePointerCast(Constant *C, Type *DestTy) const llvm::TargetFolderinline
CreatePtrToInt(Constant *C, Type *DestTy) const llvm::TargetFolderinline
CreateSDiv(Constant *LHS, Constant *RHS, bool isExact=false) const llvm::TargetFolderinline
CreateSelect(Constant *C, Constant *True, Constant *False) const llvm::TargetFolderinline
CreateSExtOrBitCast(Constant *C, Type *DestTy) const llvm::TargetFolderinline
CreateShl(Constant *LHS, Constant *RHS, bool HasNUW=false, bool HasNSW=false) const llvm::TargetFolderinline
CreateShuffleVector(Constant *V1, Constant *V2, Constant *Mask) const llvm::TargetFolderinline
CreateSRem(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateSub(Constant *LHS, Constant *RHS, bool HasNUW=false, bool HasNSW=false) const llvm::TargetFolderinline
CreateTruncOrBitCast(Constant *C, Type *DestTy) const llvm::TargetFolderinline
CreateUDiv(Constant *LHS, Constant *RHS, bool isExact=false) const llvm::TargetFolderinline
CreateURem(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateXor(Constant *LHS, Constant *RHS) const llvm::TargetFolderinline
CreateZExtOrBitCast(Constant *C, Type *DestTy) const llvm::TargetFolderinline
TargetFolder(const DataLayout *TheTD)llvm::TargetFolderinlineexplicit