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

/external/llvm/include/llvm/Analysis/
H A DLibCallSemantics.h88 /// DoesOnly - If DetailsType is set to DoesOnly, then we know that the
92 /// array and have DetailsType set to DoesOnly.
93 DoesOnly, enumerator in enum:llvm::LibCallFunctionInfo::__anon25477
113 /// In the "DoesOnly" case, this information is 'may' information for: there
/external/llvm/lib/Analysis/
H A DLibCallAliasAnalysis.cpp79 // If the details are of the 'DoesOnly' sort, we know something if the pointer
83 assert(FI->DetailsType == LibCallFunctionInfo::DoesOnly);
106 // locations in our 'DoesOnly' rule, then we know that the pointer must point

Completed in 166 milliseconds