Searched defs:SetInsertPoint (Results 1 – 2 of 2) sorted by relevance
87 void SetInsertPoint(BasicBlock *TheBB) { in SetInsertPoint() function94 void SetInsertPoint(Instruction *I) { in SetInsertPoint() function103 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() function
1196 func (b Builder) SetInsertPoint(block BasicBlock, instr Value) { func