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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h81 BasicBlock *GetInsertBlock() const { return BB; } function in class:llvm::IRBuilderBase
149 return InsertPoint(GetInsertBlock(), GetInsertPoint());
154 InsertPoint IP(GetInsertBlock(), GetInsertPoint());
199 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()),

Completed in 82 milliseconds