Searched refs:InterpretConsts (Results 1 – 2 of 2) sorted by relevance
625 bool InterpretConsts = false) {626 SCEVParameterRewriter Rewriter(SE, Map, InterpretConsts);631 : SCEVRewriteVisitor(SE), Map(M), InterpretConsts(C) {} in SCEVParameterRewriter()637 if (InterpretConsts && isa<ConstantInt>(NV)) in visitUnknown()646 bool InterpretConsts; variable
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