Searched defs:indexVar (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSAddDebugInfoPass.cpp161 llvm::AllocaInst* indexVar = nullptr; local
165 indexVar = allocaInst;
213 if (indexVar) {
222 indexVar, indexVarDI, emptyExpr,
223 llvm::DebugLoc::get(1, 1, ExpandedFunc), indexVar);
224 indexVar->moveBefore(decl);

Completed in 129 milliseconds