OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relatedselect
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysis.cpp
33
bool ProvenanceAnalysis::
relatedSelect
(const SelectInst *A,
155
return
relatedSelect
(S, B);
157
return
relatedSelect
(S, A);
ProvenanceAnalysis.h
58
bool
relatedSelect
(const SelectInst *A, const Value *B);
Completed in 375 milliseconds