Searched refs:IncValueAI (Results 1 – 1 of 1) sorted by relevance
2993 AllocaInst *IncValueAI = findAllocaForValue(IncValue, AllocaForValue); in findAllocaForValue() local2995 if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res)) in findAllocaForValue()2997 Res = IncValueAI; in findAllocaForValue()