OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LowMask
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp
1885
APInt
LowMask
(APInt::getLowBitsSet(Width, Width - Ctlz));
1886
if ((*AddC &
LowMask
).isNullValue())
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
8171
SDValue
LowMask
= DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale),
8173
Result = DAG.getSelectCC(dl, Hi,
LowMask
,
8203
SDValue
LowMask
= DAG.getConstant(APInt::getLowBitsSet(VTSize, Scale - 1),
8205
Result = DAG.getSelectCC(dl, Hi,
LowMask
, SatMax, Result, ISD::SETGT);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
17059
APInt
LowMask
= APInt::getLowBitsSet(LowWidth, 16);
17062
if ((SimplifyDemandedBits(N->getOperand(0),
LowMask
, DCI)) ||
17071
APInt
LowMask
= APInt::getLowBitsSet(LowWidth, 16);
17073
(SimplifyDemandedBits(N->getOperand(1),
LowMask
, DCI)))
Completed in 36 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026