LLVM API Documentation

Public Member Functions
llvm::IRBuilderBase::InsertPoint Class Reference

InsertPoint - A saved insertion point. More...

#include <IRBuilder.h>

List of all members.

Public Member Functions

 InsertPoint ()
 Creates a new insertion point which doesn't point to anything.
 InsertPoint (BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint)
 Creates a new insertion point at the given location.
bool isSet () const
 Returns true if this insert point is set.
llvm::BasicBlockgetBlock () const
llvm::BasicBlock::iterator getPoint () const

Detailed Description

InsertPoint - A saved insertion point.

Definition at line 152 of file IRBuilder.h.


Constructor & Destructor Documentation

llvm::IRBuilderBase::InsertPoint::InsertPoint ( ) [inline]

Creates a new insertion point which doesn't point to anything.

Definition at line 158 of file IRBuilder.h.

llvm::IRBuilderBase::InsertPoint::InsertPoint ( BasicBlock InsertBlock,
BasicBlock::iterator  InsertPoint 
) [inline]

Creates a new insertion point at the given location.

Definition at line 161 of file IRBuilder.h.


Member Function Documentation

llvm::BasicBlock* llvm::IRBuilderBase::InsertPoint::getBlock ( ) const [inline]

Definition at line 167 of file IRBuilder.h.

Referenced by llvm::IRBuilderBase::restoreIP().

llvm::BasicBlock::iterator llvm::IRBuilderBase::InsertPoint::getPoint ( ) const [inline]

Definition at line 168 of file IRBuilder.h.

Referenced by llvm::IRBuilderBase::restoreIP().

bool llvm::IRBuilderBase::InsertPoint::isSet ( ) const [inline]

Returns true if this insert point is set.

Definition at line 165 of file IRBuilder.h.

Referenced by llvm::IRBuilderBase::restoreIP().


The documentation for this class was generated from the following file: