Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1090 bool hasOperand(const SCEV *S, const SCEV *Op) const;
1506 bool hasOperand(const SCEV *S) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4402 if (Old != SymName && !hasOperand(Old, SymName)) in forgetSymbolicName()
7626 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S) const { in hasOperand() function in ScalarEvolution::BackedgeTakenInfo
13129 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution
13157 if (BEInfo.hasOperand(S)) in forgetMemoizedResults()