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 367 /// containsPointer - Return true if the specified location is represented by
370 bool containsPointer(Value *P, uint64_t Size, const MDNode *TBAAInfo) const;
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 234 /// containsPointer - Return true if the specified location is represented by
237 bool AliasSetTracker::containsPointer(Value *Ptr, uint64_t Size,

Completed in 217 milliseconds