Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h602 template <typename SC, typename RetVal = void> struct SCEVVisitor { struct
603 RetVal visit(const SCEV *S) { in visit()
642 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) { in visitCouldNotCompute()