Searched defs:SCEVSearch (Results 1 – 1 of 1) sorted by relevance
9391 struct SCEVSearch { in hasOperand() struct9392 const SCEV *Node; in hasOperand()9393 bool IsFound; in hasOperand()9395 SCEVSearch(const SCEV *N): Node(N), IsFound(false) {} in hasOperand() argument9397 bool follow(const SCEV *S) { in hasOperand()9401 bool isDone() const { return IsFound; } in hasOperand()