Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h173 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1313 func (b Builder) GetInsertBlock() (bb BasicBlock) { bb.C = C.LLVMGetInsertBlock(b.C); return } func