Searched refs:hasOperand (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 753 bool hasOperand(const SCEV *S, ScalarEvolution *SE) const; 1523 bool hasOperand(const SCEV *S, const SCEV *Op) const;
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 853 bool hasOperand(const SCEV *S, const SCEV *Op) const;
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 2950 if (Old != SymName && !hasOperand(Old, SymName)) in ForgetSymbolicName() 6696 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution 6705 return Op == CastOp || hasOperand(CastOp, Op); in hasOperand() 6716 if (NAryOp == Op || hasOperand(NAryOp, Op)) in hasOperand() 6724 return LHS == Op || hasOperand(LHS, Op) || in hasOperand() 6725 RHS == Op || hasOperand(RHS, Op); in hasOperand()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 3665 if (Old != SymName && !hasOperand(Old, SymName)) in forgetSymbolicName() 5582 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S, in hasOperand() function in ScalarEvolution::BackedgeTakenInfo 5584 if (Max && Max != SE->getCouldNotCompute() && SE->hasOperand(Max, S)) in hasOperand() 5592 SE->hasOperand(ENT.ExactNotTaken, S)) in hasOperand() 9881 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution 9915 if (BEInfo.hasOperand(S, this)) { in forgetMemoizedResults()
|