Searched refs:OtherUse (Results 1 – 1 of 1) sorted by relevance
2714 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local2715 if (!OtherUse) in ChainInstruction()2722 if (IncIter->UserInst == OtherUse) in ChainInstruction()2728 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()2729 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()2730 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()2733 NearUsers.insert(OtherUse); in ChainInstruction()