Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSAddDebugInfoPass.cpp163 if (auto *allocaInst = llvm::dyn_cast<llvm::AllocaInst>(&inst)) { in attachDebugInfo() local
164 if (allocaInst->getName() == bcc::BCC_INDEX_VAR_NAME) { in attachDebugInfo()
165 indexVar = allocaInst; in attachDebugInfo()