LLVM  8.0.1
llvm::IRBuilder< T, Inserter > Member List

This is the complete list of members for llvm::IRBuilder< T, Inserter >, including all inherited members.

BBllvm::IRBuilderBaseprotected
clearFastMathFlags()llvm::IRBuilderBaseinline
ClearInsertionPoint()llvm::IRBuilderBaseinline
Contextllvm::IRBuilderBaseprotected
CreateAdd(Value *LHS, Value *RHS, const Twine &Name="", bool HasNUW=false, bool HasNSW=false)llvm::IRBuilder< T, Inserter >inline
CreateAddReduce(Value *Src)llvm::IRBuilderBase
CreateAddrSpaceCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAggregateRet(Value *const *retVals, unsigned N)llvm::IRBuilder< T, Inserter >inline
CreateAlignedLoad(Type *Ty, Value *Ptr, unsigned Align, const char *Name)llvm::IRBuilder< T, Inserter >inline
CreateAlignedLoad(Type *Ty, Value *Ptr, unsigned Align, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAlignedLoad(Type *Ty, Value *Ptr, unsigned Align, bool isVolatile, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAlignedLoad(Value *Ptr, unsigned Align, const char *Name)llvm::IRBuilder< T, Inserter >inline
CreateAlignedLoad(Value *Ptr, unsigned Align, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAlignedLoad(Value *Ptr, unsigned Align, bool isVolatile, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAlignedStore(Value *Val, Value *Ptr, unsigned Align, bool isVolatile=false)llvm::IRBuilder< T, Inserter >inline
CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, unsigned Alignment, Value *OffsetValue=nullptr, Value **TheCheck=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateAlignmentAssumption(const DataLayout &DL, Value *PtrValue, Value *Alignment, Value *OffsetValue=nullptr, Value **TheCheck=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateAlloca(Type *Ty, unsigned AddrSpace, Value *ArraySize=nullptr, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAlloca(Type *Ty, Value *ArraySize=nullptr, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAnd(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAnd(Value *LHS, const APInt &RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAnd(Value *LHS, uint64_t RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateAndReduce(Value *Src)llvm::IRBuilderBase
CreateAShr(Value *LHS, Value *RHS, const Twine &Name="", bool isExact=false)llvm::IRBuilder< T, Inserter >inline
CreateAShr(Value *LHS, const APInt &RHS, const Twine &Name="", bool isExact=false)llvm::IRBuilder< T, Inserter >inline
CreateAShr(Value *LHS, uint64_t RHS, const Twine &Name="", bool isExact=false)llvm::IRBuilder< T, Inserter >inline
CreateAssumption(Value *Cond)llvm::IRBuilderBase
CreateAtomicCmpXchg(Value *Ptr, Value *Cmp, Value *New, AtomicOrdering SuccessOrdering, AtomicOrdering FailureOrdering, SyncScope::ID SSID=SyncScope::System)llvm::IRBuilder< T, Inserter >inline
CreateAtomicRMW(AtomicRMWInst::BinOp Op, Value *Ptr, Value *Val, AtomicOrdering Ordering, SyncScope::ID SSID=SyncScope::System)llvm::IRBuilder< T, Inserter >inline
CreateBinaryIntrinsic(Intrinsic::ID ID, Value *LHS, Value *RHS, Instruction *FMFSource=nullptr, const Twine &Name="")llvm::IRBuilderBase
CreateBinOp(Instruction::BinaryOps Opc, Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateBitCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateBitOrPointerCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateBr(BasicBlock *Dest)llvm::IRBuilder< T, Inserter >inline
CreateCall(FunctionType *FTy, Value *Callee, ArrayRef< Value *> Args=None, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateCall(FunctionType *FTy, Value *Callee, ArrayRef< Value *> Args, ArrayRef< OperandBundleDef > OpBundles, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateCall(Function *Callee, ArrayRef< Value *> Args=None, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateCall(Function *Callee, ArrayRef< Value *> Args, ArrayRef< OperandBundleDef > OpBundles, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateCall(Value *Callee, ArrayRef< Value *> Args=None, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateCall(Value *Callee, ArrayRef< Value *> Args, ArrayRef< OperandBundleDef > OpBundles, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateCast(Instruction::CastOps Op, Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateCatchPad(Value *ParentPad, ArrayRef< Value *> Args, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateCatchRet(CatchPadInst *CatchPad, BasicBlock *BB)llvm::IRBuilder< T, Inserter >inline
CreateCatchSwitch(Value *ParentPad, BasicBlock *UnwindBB, unsigned NumHandlers, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateCleanupPad(Value *ParentPad, ArrayRef< Value *> Args=None, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateCleanupRet(CleanupPadInst *CleanupPad, BasicBlock *UnwindBB=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, MDNode *BranchWeights=nullptr, MDNode *Unpredictable=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateCondBr(Value *Cond, BasicBlock *True, BasicBlock *False, Instruction *MDSrc)llvm::IRBuilder< T, Inserter >inline
CreateConstGEP1_32(Value *Ptr, unsigned Idx0, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstGEP1_32(Type *Ty, Value *Ptr, unsigned Idx0, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstGEP1_64(Type *Ty, Value *Ptr, uint64_t Idx0, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstGEP2_32(Type *Ty, Value *Ptr, unsigned Idx0, unsigned Idx1, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstGEP2_64(Type *Ty, Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstInBoundsGEP1_32(Type *Ty, Value *Ptr, unsigned Idx0, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstInBoundsGEP1_64(Type *Ty, Value *Ptr, uint64_t Idx0, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstInBoundsGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstInBoundsGEP2_32(Type *Ty, Value *Ptr, unsigned Idx0, unsigned Idx1, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstInBoundsGEP2_64(Type *Ty, Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateElementUnorderedAtomicMemCpy(Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, uint64_t Size, uint32_t ElementSize, MDNode *TBAATag=nullptr, MDNode *TBAAStructTag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBaseinline
CreateElementUnorderedAtomicMemCpy(Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, Value *Size, uint32_t ElementSize, MDNode *TBAATag=nullptr, MDNode *TBAAStructTag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBase
CreateElementUnorderedAtomicMemMove(Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, uint64_t Size, uint32_t ElementSize, MDNode *TBAATag=nullptr, MDNode *TBAAStructTag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBaseinline
CreateElementUnorderedAtomicMemMove(Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, Value *Size, uint32_t ElementSize, MDNode *TBAATag=nullptr, MDNode *TBAAStructTag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBase
CreateElementUnorderedAtomicMemSet(Value *Ptr, Value *Val, uint64_t Size, unsigned Align, uint32_t ElementSize, MDNode *TBAATag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBaseinline
CreateElementUnorderedAtomicMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, uint32_t ElementSize, MDNode *TBAATag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBase
CreateExactSDiv(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateExactUDiv(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateExtractElement(Value *Vec, Value *Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateExtractElement(Value *Vec, uint64_t Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateExtractInteger(const DataLayout &DL, Value *From, IntegerType *ExtractedTy, uint64_t Offset, const Twine &Name)llvm::IRBuilder< T, Inserter >inline
CreateExtractValue(Value *Agg, ArrayRef< unsigned > Idxs, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFAdd(Value *L, Value *R, const Twine &Name="", MDNode *FPMD=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFAddFMF(Value *L, Value *R, Instruction *FMFSource, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFAddReduce(Value *Acc, Value *Src)llvm::IRBuilderBase
CreateFCmp(CmpInst::Predicate P, Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpOEQ(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpOGE(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpOGT(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpOLE(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpOLT(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpONE(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpORD(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpUEQ(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpUGE(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpUGT(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpULE(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpULT(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpUNE(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFCmpUNO(Value *LHS, Value *RHS, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFDiv(Value *L, Value *R, const Twine &Name="", MDNode *FPMD=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFDivFMF(Value *L, Value *R, Instruction *FMFSource, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFence(AtomicOrdering Ordering, SyncScope::ID SSID=SyncScope::System, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFMul(Value *L, Value *R, const Twine &Name="", MDNode *FPMD=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFMulFMF(Value *L, Value *R, Instruction *FMFSource, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFMulReduce(Value *Acc, Value *Src)llvm::IRBuilderBase
CreateFNeg(Value *V, const Twine &Name="", MDNode *FPMathTag=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFPCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFPExt(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFPMaxReduce(Value *Src, bool NoNaN=false)llvm::IRBuilderBase
CreateFPMinReduce(Value *Src, bool NoNaN=false)llvm::IRBuilderBase
CreateFPToSI(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFPToUI(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFPTrunc(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFRem(Value *L, Value *R, const Twine &Name="", MDNode *FPMD=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFRemFMF(Value *L, Value *R, Instruction *FMFSource, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateFSub(Value *L, Value *R, const Twine &Name="", MDNode *FPMD=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateFSubFMF(Value *L, Value *R, Instruction *FMFSource, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateGCRelocate(Instruction *Statepoint, int BaseOffset, int DerivedOffset, Type *ResultType, const Twine &Name="")llvm::IRBuilderBase
CreateGCResult(Instruction *Statepoint, Type *ResultType, const Twine &Name="")llvm::IRBuilderBase
CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, ArrayRef< Value *> CallArgs, ArrayRef< Value *> DeoptArgs, ArrayRef< Value *> GCArgs, const Twine &Name="")llvm::IRBuilderBase
CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, uint32_t Flags, ArrayRef< Use > CallArgs, ArrayRef< Use > TransitionArgs, ArrayRef< Use > DeoptArgs, ArrayRef< Value *> GCArgs, const Twine &Name="")llvm::IRBuilderBase
CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes, Value *ActualCallee, ArrayRef< Use > CallArgs, ArrayRef< Value *> DeoptArgs, ArrayRef< Value *> GCArgs, const Twine &Name="")llvm::IRBuilderBase
CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Value *> InvokeArgs, ArrayRef< Value *> DeoptArgs, ArrayRef< Value *> GCArgs, const Twine &Name="")llvm::IRBuilderBase
CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, uint32_t Flags, ArrayRef< Use > InvokeArgs, ArrayRef< Use > TransitionArgs, ArrayRef< Use > DeoptArgs, ArrayRef< Value *> GCArgs, const Twine &Name="")llvm::IRBuilderBase
CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes, Value *ActualInvokee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Use > InvokeArgs, ArrayRef< Value *> DeoptArgs, ArrayRef< Value *> GCArgs, const Twine &Name="")llvm::IRBuilderBase
CreateGEP(Value *Ptr, ArrayRef< Value *> IdxList, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateGEP(Type *Ty, Value *Ptr, ArrayRef< Value *> IdxList, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateGEP(Value *Ptr, Value *Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateGEP(Type *Ty, Value *Ptr, Value *Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateGlobalString(StringRef Str, const Twine &Name="", unsigned AddressSpace=0)llvm::IRBuilderBase
CreateGlobalStringPtr(StringRef Str, const Twine &Name="", unsigned AddressSpace=0)llvm::IRBuilder< T, Inserter >inline
CreateICmp(CmpInst::Predicate P, Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpEQ(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpNE(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpSGE(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpSGT(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpSLE(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpSLT(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpUGE(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpUGT(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpULE(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateICmpULT(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInBoundsGEP(Value *Ptr, ArrayRef< Value *> IdxList, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInBoundsGEP(Type *Ty, Value *Ptr, ArrayRef< Value *> IdxList, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInBoundsGEP(Type *Ty, Value *Ptr, Value *Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateIndirectBr(Value *Addr, unsigned NumDests=10)llvm::IRBuilder< T, Inserter >inline
CreateInsertElement(Value *Vec, Value *NewElt, Value *Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInsertElement(Value *Vec, Value *NewElt, uint64_t Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInsertValue(Value *Agg, Value *Val, ArrayRef< unsigned > Idxs, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateIntCast(Value *V, Type *DestTy, bool isSigned, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateIntCast(Value *, Type *, const char *)=deletellvm::IRBuilder< T, Inserter >
CreateIntMaxReduce(Value *Src, bool IsSigned=false)llvm::IRBuilderBase
CreateIntMinReduce(Value *Src, bool IsSigned=false)llvm::IRBuilderBase
CreateIntrinsic(Intrinsic::ID ID, ArrayRef< Type *> Types, ArrayRef< Value *> Args, Instruction *FMFSource=nullptr, const Twine &Name="")llvm::IRBuilderBase
CreateIntToPtr(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInvariantStart(Value *Ptr, ConstantInt *Size=nullptr)llvm::IRBuilderBase
CreateInvoke(FunctionType *Ty, Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Value *> Args, ArrayRef< OperandBundleDef > OpBundles, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInvoke(FunctionType *Ty, Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Value *> Args=None, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInvoke(Function *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Value *> Args, ArrayRef< OperandBundleDef > OpBundles, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInvoke(Function *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Value *> Args=None, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Value *> Args, ArrayRef< OperandBundleDef > OpBundles, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateInvoke(Value *Callee, BasicBlock *NormalDest, BasicBlock *UnwindDest, ArrayRef< Value *> Args=None, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateIsNotNull(Value *Arg, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateIsNull(Value *Arg, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateLandingPad(Type *Ty, unsigned NumClauses, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateLaunderInvariantGroup(Value *Ptr)llvm::IRBuilder< T, Inserter >inline
CreateLifetimeEnd(Value *Ptr, ConstantInt *Size=nullptr)llvm::IRBuilderBase
CreateLifetimeStart(Value *Ptr, ConstantInt *Size=nullptr)llvm::IRBuilderBase
CreateLoad(Type *Ty, Value *Ptr, const char *Name)llvm::IRBuilder< T, Inserter >inline
CreateLoad(Type *Ty, Value *Ptr, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateLoad(Type *Ty, Value *Ptr, bool isVolatile, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateLoad(Value *Ptr, const char *Name)llvm::IRBuilder< T, Inserter >inline
CreateLoad(Value *Ptr, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateLoad(Value *Ptr, bool isVolatile, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateLShr(Value *LHS, Value *RHS, const Twine &Name="", bool isExact=false)llvm::IRBuilder< T, Inserter >inline
CreateLShr(Value *LHS, const APInt &RHS, const Twine &Name="", bool isExact=false)llvm::IRBuilder< T, Inserter >inline
CreateLShr(Value *LHS, uint64_t RHS, const Twine &Name="", bool isExact=false)llvm::IRBuilder< T, Inserter >inline
CreateMaskedGather(Value *Ptrs, unsigned Align, Value *Mask=nullptr, Value *PassThru=nullptr, const Twine &Name="")llvm::IRBuilderBase
CreateMaskedLoad(Value *Ptr, unsigned Align, Value *Mask, Value *PassThru=nullptr, const Twine &Name="")llvm::IRBuilderBase
CreateMaskedScatter(Value *Val, Value *Ptrs, unsigned Align, Value *Mask=nullptr)llvm::IRBuilderBase
CreateMaskedStore(Value *Val, Value *Ptr, unsigned Align, Value *Mask)llvm::IRBuilderBase
CreateMaximum(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilderBaseinline
CreateMaxNum(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilderBaseinline
CreateMemCpy(Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, uint64_t Size, bool isVolatile=false, MDNode *TBAATag=nullptr, MDNode *TBAAStructTag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBaseinline
CreateMemCpy(Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, Value *Size, bool isVolatile=false, MDNode *TBAATag=nullptr, MDNode *TBAAStructTag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBase
CreateMemMove(Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, uint64_t Size, bool isVolatile=false, MDNode *TBAATag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBaseinline
CreateMemMove(Value *Dst, unsigned DstAlign, Value *Src, unsigned SrcAlign, Value *Size, bool isVolatile=false, MDNode *TBAATag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBase
CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, unsigned Align, bool isVolatile=false, MDNode *TBAATag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBaseinline
CreateMemSet(Value *Ptr, Value *Val, Value *Size, unsigned Align, bool isVolatile=false, MDNode *TBAATag=nullptr, MDNode *ScopeTag=nullptr, MDNode *NoAliasTag=nullptr)llvm::IRBuilderBase
CreateMinimum(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilderBaseinline
CreateMinNum(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilderBaseinline
CreateMul(Value *LHS, Value *RHS, const Twine &Name="", bool HasNUW=false, bool HasNSW=false)llvm::IRBuilder< T, Inserter >inline
CreateMulReduce(Value *Src)llvm::IRBuilderBase
CreateNeg(Value *V, const Twine &Name="", bool HasNUW=false, bool HasNSW=false)llvm::IRBuilder< T, Inserter >inline
CreateNot(Value *V, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateNSWAdd(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateNSWMul(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateNSWNeg(Value *V, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateNSWSub(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateNUWAdd(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateNUWMul(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateNUWNeg(Value *V, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateNUWSub(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateOr(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateOr(Value *LHS, const APInt &RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateOr(Value *LHS, uint64_t RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateOrReduce(Value *Src)llvm::IRBuilderBase
CreatePHI(Type *Ty, unsigned NumReservedValues, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreatePointerBitCastOrAddrSpaceCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreatePointerCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreatePtrDiff(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreatePtrToInt(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateResume(Value *Exn)llvm::IRBuilder< T, Inserter >inline
CreateRet(Value *V)llvm::IRBuilder< T, Inserter >inline
CreateRetVoid()llvm::IRBuilder< T, Inserter >inline
CreateSDiv(Value *LHS, Value *RHS, const Twine &Name="", bool isExact=false)llvm::IRBuilder< T, Inserter >inline
CreateSelect(Value *C, Value *True, Value *False, const Twine &Name="", Instruction *MDFrom=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateSExt(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateSExtOrBitCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateSExtOrTrunc(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateShl(Value *LHS, Value *RHS, const Twine &Name="", bool HasNUW=false, bool HasNSW=false)llvm::IRBuilder< T, Inserter >inline
CreateShl(Value *LHS, const APInt &RHS, const Twine &Name="", bool HasNUW=false, bool HasNSW=false)llvm::IRBuilder< T, Inserter >inline
CreateShl(Value *LHS, uint64_t RHS, const Twine &Name="", bool HasNUW=false, bool HasNSW=false)llvm::IRBuilder< T, Inserter >inline
CreateShuffleVector(Value *V1, Value *V2, Value *Mask, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateShuffleVector(Value *V1, Value *V2, ArrayRef< uint32_t > IntMask, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateSIToFP(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateSRem(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateStore(Value *Val, Value *Ptr, bool isVolatile=false)llvm::IRBuilder< T, Inserter >inline
CreateStripInvariantGroup(Value *Ptr)llvm::IRBuilder< T, Inserter >inline
CreateStructGEP(Type *Ty, Value *Ptr, unsigned Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateStructGEP(Value *Ptr, unsigned Idx, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateSub(Value *LHS, Value *RHS, const Twine &Name="", bool HasNUW=false, bool HasNSW=false)llvm::IRBuilder< T, Inserter >inline
CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases=10, MDNode *BranchWeights=nullptr, MDNode *Unpredictable=nullptr)llvm::IRBuilder< T, Inserter >inline
CreateTrunc(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateTruncOrBitCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateUDiv(Value *LHS, Value *RHS, const Twine &Name="", bool isExact=false)llvm::IRBuilder< T, Inserter >inline
CreateUIToFP(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateUnaryIntrinsic(Intrinsic::ID ID, Value *V, Instruction *FMFSource=nullptr, const Twine &Name="")llvm::IRBuilderBase
CreateUnreachable()llvm::IRBuilder< T, Inserter >inline
CreateURem(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateVAArg(Value *List, Type *Ty, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateVectorSplat(unsigned NumElts, Value *V, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateXor(Value *LHS, Value *RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateXor(Value *LHS, const APInt &RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateXor(Value *LHS, uint64_t RHS, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateXorReduce(Value *Src)llvm::IRBuilderBase
CreateZExt(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateZExtOrBitCast(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
CreateZExtOrTrunc(Value *V, Type *DestTy, const Twine &Name="")llvm::IRBuilder< T, Inserter >inline
DefaultFPMathTagllvm::IRBuilderBaseprotected
DefaultOperandBundlesllvm::IRBuilderBaseprotected
FMFllvm::IRBuilderBaseprotected
getContext() constllvm::IRBuilderBaseinline
getCurrentDebugLocation() constllvm::IRBuilderBaseinline
getCurrentFunctionReturnType() constllvm::IRBuilderBase
getDefaultFPMathTag() constllvm::IRBuilderBaseinline
getDoubleTy()llvm::IRBuilderBaseinline
getFalse()llvm::IRBuilderBaseinline
getFastMathFlags() constllvm::IRBuilderBaseinline
getFloatTy()llvm::IRBuilderBaseinline
getFolder()llvm::IRBuilder< T, Inserter >inline
getHalfTy()llvm::IRBuilderBaseinline
GetInsertBlock() constllvm::IRBuilderBaseinline
GetInsertPoint() constllvm::IRBuilderBaseinline
getInt(const APInt &AI)llvm::IRBuilderBaseinline
getInt1(bool V)llvm::IRBuilderBaseinline
getInt128Ty()llvm::IRBuilderBaseinline
getInt16(uint16_t C)llvm::IRBuilderBaseinline
getInt16Ty()llvm::IRBuilderBaseinline
getInt1Ty()llvm::IRBuilderBaseinline
getInt32(uint32_t C)llvm::IRBuilderBaseinline
getInt32Ty()llvm::IRBuilderBaseinline
getInt64(uint64_t C)llvm::IRBuilderBaseinline
getInt64Ty()llvm::IRBuilderBaseinline
getInt8(uint8_t C)llvm::IRBuilderBaseinline
getInt8PtrTy(unsigned AddrSpace=0)llvm::IRBuilderBaseinline
getInt8Ty()llvm::IRBuilderBaseinline
getIntN(unsigned N, uint64_t C)llvm::IRBuilderBaseinline
getIntNTy(unsigned N)llvm::IRBuilderBaseinline
getIntPtrTy(const DataLayout &DL, unsigned AddrSpace=0)llvm::IRBuilderBaseinline
getTrue()llvm::IRBuilderBaseinline
getVoidTy()llvm::IRBuilderBaseinline
Insert(InstTy *I, const Twine &Name="") constllvm::IRBuilder< T, Inserter >inline
Insert(Constant *C, const Twine &="") constllvm::IRBuilder< T, Inserter >inline
InsertPtllvm::IRBuilderBaseprotected
IRBuilder(LLVMContext &C, const T &F, Inserter I=Inserter(), MDNode *FPMathTag=nullptr, ArrayRef< OperandBundleDef > OpBundles=None)llvm::IRBuilder< T, Inserter >inline
IRBuilder(LLVMContext &C, MDNode *FPMathTag=nullptr, ArrayRef< OperandBundleDef > OpBundles=None)llvm::IRBuilder< T, Inserter >inlineexplicit
IRBuilder(BasicBlock *TheBB, const T &F, MDNode *FPMathTag=nullptr, ArrayRef< OperandBundleDef > OpBundles=None)llvm::IRBuilder< T, Inserter >inlineexplicit
IRBuilder(BasicBlock *TheBB, MDNode *FPMathTag=nullptr, ArrayRef< OperandBundleDef > OpBundles=None)llvm::IRBuilder< T, Inserter >inlineexplicit
IRBuilder(Instruction *IP, MDNode *FPMathTag=nullptr, ArrayRef< OperandBundleDef > OpBundles=None)llvm::IRBuilder< T, Inserter >inlineexplicit
IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, const T &F, MDNode *FPMathTag=nullptr, ArrayRef< OperandBundleDef > OpBundles=None)llvm::IRBuilder< T, Inserter >inline
IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, MDNode *FPMathTag=nullptr, ArrayRef< OperandBundleDef > OpBundles=None)llvm::IRBuilder< T, Inserter >inline
IRBuilderBase(LLVMContext &context, MDNode *FPMathTag=nullptr, ArrayRef< OperandBundleDef > OpBundles=None)llvm::IRBuilderBaseinline
restoreIP(InsertPoint IP)llvm::IRBuilderBaseinline
saveAndClearIP()llvm::IRBuilderBaseinline
saveIP() constllvm::IRBuilderBaseinline
SetCurrentDebugLocation(DebugLoc L)llvm::IRBuilderBaseinline
setDefaultFPMathTag(MDNode *FPMathTag)llvm::IRBuilderBaseinline
setFastMathFlags(FastMathFlags NewFMF)llvm::IRBuilderBaseinline
SetInsertPoint(BasicBlock *TheBB)llvm::IRBuilderBaseinline
SetInsertPoint(Instruction *I)llvm::IRBuilderBaseinline
SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP)llvm::IRBuilderBaseinline
SetInstDebugLocation(Instruction *I) constllvm::IRBuilderBaseinline