Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDataLayout.h433 unsigned LargestSize = getLargestLegalIntTypeSize(); in getLargestLegalIntType() local
434 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()