Searched refs:InterpretConsts (Results 1 – 1 of 1) sorted by relevance
701 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