OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LowWidth
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
LanaiInstrInfo.cpp
111
int
LowWidth
= (LowOffset == OffsetA) ? WidthA : WidthB;
112
if (LowOffset +
LowWidth
<= HighOffset)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp
1304
int64_t
LowWidth
= (MinOffset == OffsetA) ? WidthA : WidthB;
1305
return (MinOffset +
LowWidth
> MaxOffset);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVInstrInfo.cpp
944
int
LowWidth
= (LowOffset == OffsetA) ? WidthA : WidthB;
945
if (LowOffset +
LowWidth
<= HighOffset)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
17058
unsigned
LowWidth
= N->getOperand(0).getValueType().getSizeInBits();
17059
APInt LowMask = APInt::getLowBitsSet(
LowWidth
, 16);
17070
unsigned
LowWidth
= N->getOperand(1).getValueType().getSizeInBits();
17071
APInt LowMask = APInt::getLowBitsSet(
LowWidth
, 16);
Completed in 30 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026