Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h149 bool isIVUserOrOperand(Instruction *Inst) const { in isIVUserOrOperand() function
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3244 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3293 if (isa<PHINode>(I) || !IU.isIVUserOrOperand(&I)) in CollectChains()