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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h643 bool InterpretConsts = false) {
644 SCEVParameterRewriter Rewriter(SE, Map, InterpretConsts);
649 : SE(S), Map(M), InterpretConsts(C) {}
714 if (InterpretConsts && isa<ConstantInt>(NV))
728 bool InterpretConsts; member in struct:llvm::SCEVParameterRewriter

Completed in 329 milliseconds