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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1038 bool &InvertStep) {
1052 InvertStep = false;
1059 InvertStep = true;
1075 bool &InvertStep) {
1084 InvertStep = false;
1125 InvertStep = false;
1132 if ((!TruncTy || InvertStep) &&
1133 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) {
1281 bool InvertStep = false; local
1283 TruncTy, InvertStep);
1035 canBeCheaplyTransformed(ScalarEvolution &SE, const SCEVAddRecExpr *Phi, const SCEVAddRecExpr *Requested, bool &InvertStep) argument
1070 getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, const Loop *L, Type *ExpandTy, Type *IntTy, Type *&TruncTy, bool &InvertStep) argument
[all...]

Completed in 161 milliseconds