Searched defs:LargestSize (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | DataLayout.h | 565 unsigned LargestSize = getLargestLegalIntTypeSizeInBits(); getLargestLegalIntType() local |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | AtomicExpandPass.cpp | 1682 unsigned LargestSize = DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8; canUseSizedAtomicCall() local |