Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h351 bool hasOperand(const SCEV *S, ScalarEvolution *SE) const;
931 bool hasOperand(const SCEV *S, const SCEV *Op) const;
/external/llvm/lib/Analysis/
DScalarEvolution.cpp3503 if (Old != SymName && !hasOperand(Old, SymName)) in ForgetSymbolicName()
4768 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S, in hasOperand() function in ScalarEvolution::BackedgeTakenInfo
4770 if (Max && Max != SE->getCouldNotCompute() && SE->hasOperand(Max, S)) in hasOperand()
4780 && SE->hasOperand(ENT->ExactNotTaken, S)) { in hasOperand()
8394 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution
8410 if (BEInfo.hasOperand(S, this)) { in forgetMemoizedResults()