OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlignLog2
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
LowerTypeTests.h
46
unsigned
AlignLog2
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
124
if ((Offset - ByteOffset) % (uint64_t(1) <<
AlignLog2
) != 0)
127
uint64_t BitOffset = (Offset - ByteOffset) >>
AlignLog2
;
136
<< (1 <<
AlignLog2
);
167
BSI.
AlignLog2
= 0;
169
BSI.
AlignLog2
= countTrailingZeros(Mask, ZB_Undefined);
173
BSI.BitSize = ((Max - Min) >> BSI.
AlignLog2
) + 1;
175
Offset >>= BSI.
AlignLog2
;
425
Constant *
AlignLog2
;
428
/// covering members of this type identifier as a multiple of 2^
AlignLog2
.
770
B.CreateLShr(PtrOffset, ConstantExpr::getZExt(TIL.
AlignLog2
, IntPtrTy))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
929
uint64_t
AlignLog2
= 0;
Completed in 19 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026