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 240 /// CouldNotCompute - This SCEV is used to represent unknown trip
242 SCEVCouldNotCompute CouldNotCompute;
491 /// evaluate the exit count of the loop, return CouldNotCompute.
498 /// CouldNotCompute.
503 /// CouldNotCompute.
508 /// computable, return CouldNotCompute. isSigned specifies whether the
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 242 OS << "***COULDNOTCOMPUTE***";
    [all...]

Completed in 56 milliseconds