Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h383 unsigned getMaxIndexSize() const;
418 return getMaxIndexSize() * 8; in getMaxIndexSizeInBits()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDataLayout.cpp712 unsigned DataLayout::getMaxIndexSize() const { in getMaxIndexSize() function in DataLayout