Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1057 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt& BEs,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1726 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt &BEs,
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1862 Constant *getConstantEvolutionLoopExitValue(PHINode *PN, const APInt &BEs,
/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-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp7938 const APInt &BEs, in getConstantEvolutionLoopExitValue() argument
7944 if (BEs.ugt(MaxBruteForceIterations)) in getConstantEvolutionLoopExitValue()
7967 assert(BEs.getActiveBits() < CHAR_BIT * sizeof(unsigned) && in getConstantEvolutionLoopExitValue()
7970 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp8166 const APInt &BEs, in getConstantEvolutionLoopExitValue() argument
8172 if (BEs.ugt(MaxBruteForceIterations)) in getConstantEvolutionLoopExitValue()
8195 assert(BEs.getActiveBits() < CHAR_BIT * sizeof(unsigned) && in getConstantEvolutionLoopExitValue()
8198 unsigned NumIterations = BEs.getZExtValue(); // must be in range in getConstantEvolutionLoopExitValue()