Home
last modified time | relevance | path

Searched refs:ConstantMax (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1380 const SCEV *ConstantMax;
1394 const SCEV *getConstantMax() const { return ConstantMax; }
1397 BackedgeTakenInfo() : ConstantMax(nullptr), IsComplete(false) {}
1405 const SCEV *ConstantMax, bool MaxOrZero);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp7452 bool IsComplete, const SCEV *ConstantMax, bool MaxOrZero) in BackedgeTakenInfo() argument
7453 : ConstantMax(ConstantMax), IsComplete(IsComplete), MaxOrZero(MaxOrZero) { in BackedgeTakenInfo()
7473 assert((isa<SCEVCouldNotCompute>(ConstantMax) || in BackedgeTakenInfo()
7474 isa<SCEVConstant>(ConstantMax)) && in BackedgeTakenInfo()