Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSX86TranslateGEPPass.cpp143 std::vector<llvm::GetElementPtrInst *> GEPsToHandle; in runOnFunction() local
149 GEPsToHandle.push_back(GEP); in runOnFunction()
155 for (auto *GEP: GEPsToHandle) { in runOnFunction()