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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1025 bool &InvertStep) {
1039 InvertStep = false;
1046 InvertStep = true;
1090 bool &InvertStep) {
1099 InvertStep = false;
1141 InvertStep = false;
1148 if ((!TruncTy || InvertStep) &&
1149 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) {
1310 bool InvertStep = false; local
1312 TruncTy, InvertStep);
1022 canBeCheaplyTransformed(ScalarEvolution &SE, const SCEVAddRecExpr *Phi, const SCEVAddRecExpr *Requested, bool &InvertStep) argument
1085 getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, const Loop *L, Type *ExpandTy, Type *IntTy, Type *&TruncTy, bool &InvertStep) argument
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h363 bool &InvertStep);

Completed in 67 milliseconds