OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDistance
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
399
///
isDistance
- Return true if the constraint is of kind Distance.
400
bool
isDistance
() const { return Kind == Distance; }
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
396
else if (
isDistance
())
434
if (X->
isDistance
() && Y->
isDistance
()) {
[
all
...]
Completed in 65 milliseconds