HomeSort by: relevance | last modified time | path
    Searched refs:InvertStep (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ScalarEvolutionExpander.cpp 1139 bool &InvertStep) {
1153 InvertStep = false;
1160 InvertStep = true;
1204 bool &InvertStep) {
1213 InvertStep = false;
1265 InvertStep = false;
1272 if ((!TruncTy || InvertStep) &&
1273 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) {
1445 bool InvertStep = false;
1447 IntTy, TruncTy, InvertStep);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 483 Type *&TruncTy, bool &InvertStep);

Completed in 54 milliseconds