Searched refs:isAny (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h407 /// isAny - Return true if the constraint is of kind Any;
408 bool isAny() const { return Kind == Any; } function in class:llvm::DependenceAnalysis::Constraint
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp397 else if (isAny())
426 if (X->isAny()) {
427 if (Y->isAny())
3134 if (CurConstraint.isAny())

Completed in 675 milliseconds