Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1049 bool hasOperand(const SCEV *S, const SCEV *Op) const;
1461 bool hasOperand(const SCEV *S, ScalarEvolution *SE) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp4201 if (Old != SymName && !hasOperand(Old, SymName)) in forgetSymbolicName()
7395 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S, in hasOperand() function in ScalarEvolution::BackedgeTakenInfo
7398 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 ScalarEvolution
12633 if (BEInfo.hasOperand(S, this)) in forgetMemoizedResults()