Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h955 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;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp4191 if (Old != SymName && !hasOperand(Old, SymName)) in forgetSymbolicName()
6919 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S, in hasOperand() function in ScalarEvolution::BackedgeTakenInfo
6922 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 ScalarEvolution
11753 bool ScalarEvolution::ExitLimit::hasOperand(const SCEV *S) const { in hasOperand() function in ScalarEvolution::ExitLimit
11785 if (BEInfo.hasOperand(S, this)) { in forgetMemoizedResults()