Searched refs:BEs (Results 1 – 2 of 2) sorted by relevance
2035 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt &BEs,
9629 const APInt &BEs, in getConstantEvolutionLoopExitValue() argument9635 if (BEs.ugt(MaxBruteForceIterations)) in getConstantEvolutionLoopExitValue()9658 assert(BEs.getActiveBits() < CHAR_BIT * sizeof(unsigned) && in getConstantEvolutionLoopExitValue()9661 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue()