Searched refs:OtherUse (Results 1 – 1 of 1) sorted by relevance
3001 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local3002 if (!OtherUse) in ChainInstruction()3009 if (IncIter->UserInst == OtherUse) in ChainInstruction()3015 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()3016 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()3017 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()3020 NearUsers.insert(OtherUse); in ChainInstruction()