Home
last modified time | relevance | path

Searched refs:OtherUse (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2693 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
2694 if (!OtherUse) in ChainInstruction()
2701 if (IncIter->UserInst == OtherUse) in ChainInstruction()
2707 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
2708 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
2709 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
2712 NearUsers.insert(OtherUse); in ChainInstruction()