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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 403 /// isDistance - Return true if the constraint is of kind Distance.
404 bool isDistance() const { return Kind == Distance; }
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 401 else if (isDistance())
439 if (X->isDistance() && Y->isDistance()) {
    [all...]

Completed in 89 milliseconds