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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 411 /// isAny - Return true if the constraint is of kind Any;
412 bool isAny() const { return Kind == Any; }
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 397 else if (isAny())
426 if (X->isAny()) {
427 if (Y->isAny())
    [all...]

Completed in 46 milliseconds