Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DScalarEvolution.h530 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt& BEs,
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DScalarEvolution.cpp4883 const APInt &BEs, in getConstantEvolutionLoopExitValue() argument
4890 if (BEs.ugt(MaxBruteForceIterations)) in getConstantEvolutionLoopExitValue()
4917 if (BEs.getActiveBits() >= 32) in getConstantEvolutionLoopExitValue()
4920 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue()