OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SizeM1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
429
Constant *
SizeM1
;
779
Value *OffsetInRange = B.CreateICmpULE(BitOffset, TIL.
SizeM1
);
937
ExportConstant("size_m1", TTRes.
SizeM1
, TIL.
SizeM1
);
939
uint64_t BitSize = cast<ConstantInt>(TIL.
SizeM1
)->getZExtValue() + 1;
1018
TIL.
SizeM1
=
1019
ImportConstant("size_m1", TTRes.
SizeM1
, TTRes.SizeM1BitWidth, IntPtrTy);
1141
TIL.
SizeM1
= ConstantInt::get(IntPtrTy, BSI.BitSize - 1);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
930
uint64_t
SizeM1
= 0;
Completed in 58 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026