Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDataLayout.h430 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local
431 return (LargestSize == 0) ? nullptr : Type::getIntNTy(C, LargestSize); in getLargestLegalIntType()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1305 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local
1308 Size <= LargestSize; in canUseSizedAtomicCall()