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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 599 const SCEV *getMinusOne(Type *Ty) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 1370 const SCEV *MinusOne = SE->getMinusOne(ARTy);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 3948 return getMulExpr(V, getMinusOne(Ty), Flags);
3991 return getMinusSCEV(getMinusOne(Ty), V);
6163 const SCEV *RangeWidth = getMinusOne(AddRec->getType());
10930 const SCEV *MinusOne = getMinusOne(LHS->getType());
10977 auto *MinusOne = getMinusOne(RHS->getType());
11050 auto *MinusOne = getMinusOne(WTy);

Completed in 80 milliseconds