HomeSort by relevance Sort by last modified time
    Searched refs:CouldNotCompute (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 243 /// CouldNotCompute - This SCEV is used to represent unknown trip
245 SCEVCouldNotCompute CouldNotCompute;
489 /// evaluate the exit count of the loop, return CouldNotCompute.
496 /// CouldNotCompute.
501 /// CouldNotCompute.
506 /// computable, return CouldNotCompute. isSigned specifies whether the
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 246 OS << "***COULDNOTCOMPUTE***";
    [all...]

Completed in 49 milliseconds