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

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

Completed in 345 milliseconds