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

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

Completed in 276 milliseconds