OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LargestSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DataLayout.h
562
unsigned
LargestSize
= getLargestLegalIntTypeSizeInBits();
563
return (
LargestSize
== 0) ? nullptr : Type::getIntNTy(C,
LargestSize
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
AtomicExpandPass.cpp
1501
// TODO: "
LargestSize
" is an approximation for "largest type that
1508
unsigned
LargestSize
= DL.getLargestLegalIntTypeSizeInBits() >= 64 ? 16 : 8;
1511
Size <=
LargestSize
;
Completed in 70 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026