Home
last modified time | relevance | path

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

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