Searched defs:GetInsertPoint (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DIRBuilder.h78 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } function in class:llvm::IRBuilderBase
158 return InsertPoint(GetInsertBlock(), GetInsertPoint());
163 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
208 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),

Completed in 84 milliseconds