Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h338 unsigned getMaxPointerSize() const;
369 return getMaxPointerSize() * 8; in getMaxPointerSizeInBits()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp403 static unsigned getMaxPointerSize(const DataLayout &DL) { in getMaxPointerSize() function
431 unsigned MaxPointerSize = getMaxPointerSize(DL); in DecomposeGEPExpression()
1275 unsigned MaxPointerSize = getMaxPointerSize(DL); in aliasGEP()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp638 unsigned DataLayout::getMaxPointerSize() const { in getMaxPointerSize() function in DataLayout