Searched refs:InsertBefore (Results 1 – 2 of 2) sorted by relevance
101 &Idx](Instruction *InsertBefore) { in runOnModule() argument104 LoadInst *Load = new LoadInst(MergedGV, "", InsertBefore); in runOnModule()107 InsertBefore); in runOnModule()111 MergedTy, Base, Idx, "", InsertBefore); in runOnModule()
57 llvm::Instruction *InsertBefore) { in incrementOffset() argument60 return llvm::BinaryOperator::CreateAdd(accum, incr, "", InsertBefore); in incrementOffset()