Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2283 AllocaInst *IncValueAI = findAllocaForValue(IncValue); in findAllocaForValue() local
2285 if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res)) in findAllocaForValue()
2287 Res = IncValueAI; in findAllocaForValue()