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

  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 366 /// containsPointer - Return true if the specified location is represented by
369 bool containsPointer(Value *P, uint64_t Size, const AAMDNodes &AAInfo) const;
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 242 /// containsPointer - Return true if the specified location is represented by
245 bool AliasSetTracker::containsPointer(Value *Ptr, uint64_t Size,

Completed in 451 milliseconds