Searched refs:IncValueAI (Results 1 – 1 of 1) sorted by relevance
2075 AllocaInst *IncValueAI = findAllocaForValue(IncValue); in findAllocaForValue() local2077 if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res)) in findAllocaForValue()2079 Res = IncValueAI; in findAllocaForValue()