Home
last modified time | relevance | path

Searched refs:IncValueAI (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3130 AllocaInst *IncValueAI = findAllocaForValue(IncValue); in findAllocaForValue() local
3132 if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res)) in findAllocaForValue()
3134 Res = IncValueAI; in findAllocaForValue()