Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h565 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); in getLargestLegalIntType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1682 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; in canUseSizedAtomicCall() local