Searched refs:hasOperand (Results 1 – 2 of 2) sorted by relevance
955 bool hasOperand(const SCEV *S, const SCEV *Op) const;1216 bool hasOperand(const SCEV *S) const;1324 bool hasOperand(const SCEV *S, ScalarEvolution *SE) const;
4191 if (Old != SymName && !hasOperand(Old, SymName)) in forgetSymbolicName()6919 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S, in hasOperand() function in ScalarEvolution::BackedgeTakenInfo6922 SE->hasOperand(getMax(), S)) in hasOperand()6927 SE->hasOperand(ENT.ExactNotTaken, S)) in hasOperand()11749 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution11753 bool ScalarEvolution::ExitLimit::hasOperand(const SCEV *S) const { in hasOperand() function in ScalarEvolution::ExitLimit11785 if (BEInfo.hasOperand(S, this)) { in forgetMemoizedResults()