Home
last modified time | relevance | path

Searched refs:BEs (Results 1 – 6 of 6) 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-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1700 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp7811 const APInt &BEs, in getConstantEvolutionLoopExitValue() argument
7817 if (BEs.ugt(MaxBruteForceIterations)) in getConstantEvolutionLoopExitValue()
7840 assert(BEs.getActiveBits() < CHAR_BIT * sizeof(unsigned) && in getConstantEvolutionLoopExitValue()
7843 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue()