Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp9884 struct SCEVSearch { in hasOperand() struct
9885 const SCEV *Node; in hasOperand()
9886 bool IsFound; in hasOperand()
9888 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {} in hasOperand() argument
9890 bool follow(const SCEV *S) { in hasOperand()
9894 bool isDone() const { return IsFound; } in hasOperand()