Home
last modified time | relevance | path

Searched refs:getMaxPointerSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h376 unsigned getMaxPointerSize() const;
410 return getMaxPointerSize() * 8; in getMaxPointerSizeInBits()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp408 static unsigned getMaxPointerSize(const DataLayout &DL) { in getMaxPointerSize() function
436 unsigned MaxPointerSize = getMaxPointerSize(DL); in DecomposeGEPExpression()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp705 unsigned DataLayout::getMaxPointerSize() const { in getMaxPointerSize() function in DataLayout