Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h625 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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
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