OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LHSZero
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
399
APInt
LHSZero
, LHSOne;
401
TLO.DAG.ComputeMaskedBits(Op.getOperand(0),
LHSZero
, LHSOne, Depth);
403
if ((
LHSZero
& NewMask) == (~RHSC->getAPIntValue() & NewMask))
407
if (TLO.ShrinkDemandedConstant(Op, ~
LHSZero
& NewMask))
[
all
...]
DAGCombiner.cpp
[
all
...]
Completed in 55 milliseconds