Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h518 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt& BEs,
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1057 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt& BEs,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4789 const APInt &BEs, in getConstantEvolutionLoopExitValue() argument
4796 if (BEs.ugt(MaxBruteForceIterations)) in getConstantEvolutionLoopExitValue()
4820 if (BEs.getActiveBits() >= 32) in getConstantEvolutionLoopExitValue()
4823 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6452 const APInt &BEs, in getConstantEvolutionLoopExitValue() argument
6458 if (BEs.ugt(MaxBruteForceIterations)) in getConstantEvolutionLoopExitValue()
6484 if (BEs.getActiveBits() >= 32) in getConstantEvolutionLoopExitValue()
6487 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue()