Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h555 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt& BEs,
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5434 const APInt &BEs, in getConstantEvolutionLoopExitValue() argument
5441 if (BEs.ugt(MaxBruteForceIterations)) in getConstantEvolutionLoopExitValue()
5468 if (BEs.getActiveBits() >= 32) in getConstantEvolutionLoopExitValue()
5471 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue()