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
436
APInt
LHSZero
, LHSOne;
438
TLO.DAG.computeKnownBits(Op.getOperand(0),
LHSZero
, LHSOne, Depth);
440
if ((
LHSZero
& NewMask) == (~RHSC->getAPIntValue() & NewMask))
444
if (TLO.ShrinkDemandedConstant(Op, ~
LHSZero
& NewMask))
[
all
...]
DAGCombiner.cpp
[
all
...]
Completed in 37 milliseconds