OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeSizeInBytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
847
CharUnits
TypeSizeInBytes
=
849
uint64_t TypeSizeInBits = Types.getContext().toBits(
TypeSizeInBytes
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp
1314
uint64_t
TypeSizeInBytes
= IndexTypeSize.getKnownMinSize();
1321
ScalingFactor.Zero.setLowBits(countTrailingZeros(
TypeSizeInBytes
));
1324
APInt ScalingFactor(IndexBitWidth,
TypeSizeInBytes
);
1330
KnownBits::makeConstant(APInt(IndexBitWidth,
TypeSizeInBytes
));
Completed in 19 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026