Searched refs:hasOperand (Results 1 – 2 of 2) sorted by relevance
351 bool hasOperand(const SCEV *S, ScalarEvolution *SE) const;931 bool hasOperand(const SCEV *S, const SCEV *Op) const;
3503 if (Old != SymName && !hasOperand(Old, SymName)) in ForgetSymbolicName()4768 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S, in hasOperand() function in ScalarEvolution::BackedgeTakenInfo4770 if (Max && Max != SE->getCouldNotCompute() && SE->hasOperand(Max, S)) in hasOperand()4780 && SE->hasOperand(ENT->ExactNotTaken, S)) { in hasOperand()8394 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution8410 if (BEInfo.hasOperand(S, this)) { in forgetMemoizedResults()