Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
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;
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h753 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/
DScalarEvolution.h853 bool hasOperand(const SCEV *S, const SCEV *Op) const;
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp2950 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/
DScalarEvolution.cpp3665 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp4186 if (Old != SymName && !hasOperand(Old, SymName)) in forgetSymbolicName()
6914 bool ScalarEvolution::BackedgeTakenInfo::hasOperand(const SCEV *S, in hasOperand() function in ScalarEvolution::BackedgeTakenInfo
6917 SE->hasOperand(getMax(), S)) in hasOperand()
6922 SE->hasOperand(ENT.ExactNotTaken, S)) in hasOperand()
11589 bool ScalarEvolution::hasOperand(const SCEV *S, const SCEV *Op) const { in hasOperand() function in ScalarEvolution
11593 bool ScalarEvolution::ExitLimit::hasOperand(const SCEV *S) const { in hasOperand() function in ScalarEvolution::ExitLimit
11625 if (BEInfo.hasOperand(S, this)) { in forgetMemoizedResults()