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

/external/llvm/include/llvm/IR/
H A DIRBuilder.h73 BasicBlock *GetInsertBlock() const { return BB; } function in class:llvm::IRBuilderBase
154 return InsertPoint(GetInsertBlock(), GetInsertPoint());
159 InsertPoint IP(GetInsertBlock(), GetInsertPoint());

Completed in 101 milliseconds