Searched refs:IncValueAI (Results 1 – 2 of 2) sorted by relevance
2283 AllocaInst *IncValueAI = findAllocaForValue(IncValue); in findAllocaForValue() local2285 if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res)) in findAllocaForValue()2287 Res = IncValueAI; in findAllocaForValue()
3130 AllocaInst *IncValueAI = findAllocaForValue(IncValue); in findAllocaForValue() local3132 if (IncValueAI == nullptr || (Res != nullptr && IncValueAI != Res)) in findAllocaForValue()3134 Res = IncValueAI; in findAllocaForValue()