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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h 1380 const SCEV *ConstantMax;
1394 const SCEV *getConstantMax() const { return ConstantMax; }
1397 BackedgeTakenInfo() : ConstantMax(nullptr), IsComplete(false) {}
1405 const SCEV *ConstantMax, bool MaxOrZero);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 7452 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero)
7453 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) {
7473 assert((isa<SCEVCouldNotCompute>(ConstantMax) ||
7474 isa<SCEVConstant>(ConstantMax)) &&

Completed in 36 milliseconds