Searched refs:IncValueAI (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1783 AllocaInst *IncValueAI = findAllocaForValue(IncValue); local
1785 if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res))
1787 Res = IncValueAI;

Completed in 621 milliseconds