Home
last modified time | relevance | path

Searched refs:InterpretConsts (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h701 bool InterpretConsts = false) {
702 SCEVParameterRewriter Rewriter(SE, Map, InterpretConsts);
707 : SCEVRewriteVisitor(SE), Map(M), InterpretConsts(C) {} in SCEVParameterRewriter()
713 if (InterpretConsts && isa<ConstantInt>(NV)) in visitUnknown()
722 bool InterpretConsts; variable