OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SExtBits
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
BasicAliasAnalysis.cpp
238
unsigned
SExtBits
;
241
unsigned
SExtBits
= 0)
242
: V(V), ZExtBits(ZExtBits),
SExtBits
(
SExtBits
) {}
245
return V->getType()->getPrimitiveSizeInBits() + ZExtBits +
SExtBits
;
249
return ExtendedValue(NewV, ZExtBits,
SExtBits
);
256
return ExtendedValue(NewV, ZExtBits +
SExtBits
+ ExtendBy, 0);
263
return ExtendedValue(NewV, ZExtBits,
SExtBits
+ ExtendBy);
269
if (
SExtBits
) N = N.sext(N.getBitWidth() +
SExtBits
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h
102
//
SExtBits
), ZExtBits) * Scale + Offset.
112
unsigned
SExtBits
;
126
<< ",
sextbits
=" <<
SExtBits
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp
986
unsigned
SExtBits
= 0;
993
SExtBits
= UserBits;
997
if (TruncBits ||
SExtBits
|| ZExtBits) {
1010
((
SExtBits
|| ZExtBits) ? 0 : (TruncBits ? TruncBits : LoadedBits));
1021
(
SExtBits
== 32 ||
1022
(
SExtBits
== 64 && ST->hasMiscellaneousExtensions2())))
1029
if (LoadedBits == 32 &&
SExtBits
== 64)
Completed in 45 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026