Home
last modified time | relevance | path

Searched refs:getMaxIndexSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h381 unsigned getMaxIndexSize() const;
416 return getMaxIndexSize() * 8; in getMaxIndexSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp754 unsigned DataLayout::getMaxIndexSize() const { in getMaxIndexSize() function in DataLayout