Home
last modified time | relevance | path

Searched defs:PointerBase (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTrieRawHashMap.h114 explicit PointerBase(void *Content) : P(Content), I(-2u) {} in PointerBase() function
115 PointerBase(void *P, unsigned I, unsigned B) : P(P), I(I), B(B) {} in PointerBase() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp216 auto *PointerBase = SE.getPointerBase(AR->getStart()); in evaluatePtrAddRecAtMaxBTCWillNotWrap() local