Searched refs:SetInsertPointAtEnd (Results 1 – 2 of 2) sorted by relevance
41 builder.SetInsertPointAtEnd(entry)45 builder.SetInsertPointAtEnd(iftrue)49 builder.SetInsertPointAtEnd(iffalse)56 builder.SetInsertPointAtEnd(end)
1192 func (b Builder) SetInsertPointAtEnd(block BasicBlock) { C.LLVMPositionBuilderAtEnd(b.C, block.C) } func