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 239 /// CouldNotCompute - This SCEV is used to represent unknown trip
241 SCEVCouldNotCompute CouldNotCompute;
427 /// CouldNotCompute if an intermediate computation overflows.
474 /// evaluate the exit count of the loop, return CouldNotCompute.
481 /// CouldNotCompute.
486 /// CouldNotCompute.
491 /// computable, return CouldNotCompute. isSigned specifies whether the
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 242 OS << "***COULDNOTCOMPUTE***";
    [all...]

Completed in 37 milliseconds