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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h240 /// CouldNotCompute - This SCEV is used to represent unknown trip
242 SCEVCouldNotCompute CouldNotCompute; member in class:llvm::ScalarEvolution
491 /// evaluate the exit count of the loop, return CouldNotCompute.
498 /// CouldNotCompute.
503 /// CouldNotCompute.
508 /// computable, return CouldNotCompute. isSigned specifies whether the

Completed in 392 milliseconds