OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TruncBits
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp
985
unsigned
TruncBits
= 0;
991
TruncBits
= UserBits;
997
if (
TruncBits
|| SExtBits || ZExtBits) {
1010
((SExtBits || ZExtBits) ? 0 : (
TruncBits
?
TruncBits
: LoadedBits));
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp
1953
uint64_t
TruncBits
= 0;
1963
TruncBits
= Opd0->getValueType(0).getSizeInBits() - VT.getSizeInBits();
1991
Imms = VT.getSizeInBits() - ShlImm -
TruncBits
- 1;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
8678
unsigned
TruncBits
= LargeVT.getScalarSizeInBits() - OpSizeInBits;
8679
if (LargeShift->getAPIntValue() ==
TruncBits
) {
8681
SDValue Amt = DAG.getConstant(N1C->getZExtValue() +
TruncBits
, DL,
Completed in 59 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026