Home
last modified time | relevance | path

Searched defs:SCEVSearch (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp9391 struct SCEVSearch { in hasOperand() struct
9392 const SCEV *Node; in hasOperand()
9393 bool IsFound; in hasOperand()
9395 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {} in hasOperand() argument
9397 bool follow(const SCEV *S) { in hasOperand()
9401 bool isDone() const { return IsFound; } in hasOperand()