Searched refs:hasOperand (Results 1 – 2 of 2) sorted by relevance
1049 bool hasOperand(const SCEV *S, const SCEV *Op) const;1461 bool hasOperand(const SCEV *S, ScalarEvolution *SE) const;
4201 if (Old != SymName && !hasOperand(Old, SymName)) in forgetSymbolicName()7395 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S, in hasOperand() function in ScalarEvolution::BackedgeTakenInfo7398 SE->hasOperand(getConstantMax(), S)) in hasOperand()7403 SE->hasOperand(ENT.ExactNotTaken, S)) in hasOperand()12605 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution12633 if (BEInfo.hasOperand(S, this)) in forgetMemoizedResults()