Searched defs:ExitLimit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DScalarEvolution.h260 struct ExitLimit { struct in class:llvm::ScalarEvolution
264 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {} function in struct:llvm::ScalarEvolution::ExitLimit
266 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {} function in struct:llvm::ScalarEvolution::ExitLimit
[all...]

Completed in 123 milliseconds