Searched defs:SCEVSearch (Results 1 – 1 of 1) sorted by relevance
9884 struct SCEVSearch { in hasOperand() struct9885 const SCEV *Node; in hasOperand()9886 bool IsFound; in hasOperand()9888 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {} in hasOperand() argument9890 bool follow(const SCEV *S) { in hasOperand()9894 bool isDone() const { return IsFound; } in hasOperand()