Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h642 bool InterpretConsts = false) {
643 SCEVParameterRewriter Rewriter(SE, Map, InterpretConsts);
648 : SCEVRewriteVisitor(SE), Map(M), InterpretConsts(C) {} in SCEVParameterRewriter()
654 if (InterpretConsts && isa<ConstantInt>(NV)) in visitUnknown()
663 bool InterpretConsts; variable