Home
last modified time | relevance | path

Searched refs:InsertBefore (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/rsov/compiler/
DGlobalMergePass.cpp101 &Idx](Instruction *InsertBefore) { in runOnModule() argument
104 LoadInst *Load = new LoadInst(MergedGV, "", InsertBefore); in runOnModule()
107 InsertBefore); in runOnModule()
111 MergedTy, Base, Idx, "", InsertBefore); in runOnModule()
/frameworks/compile/libbcc/lib/
DRSX86TranslateGEPPass.cpp57 llvm::Instruction *InsertBefore) { in incrementOffset() argument
60 return llvm::BinaryOperator::CreateAdd(accum, incr, "", InsertBefore); in incrementOffset()