HomeSort by relevance Sort by last modified time
    Searched refs:LHSZero (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 423 APInt LHSZero, LHSOne;
425 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth);
427 if ((LHSZero & NewMask) == (~RHSC->getAPIntValue() & NewMask))
431 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
    [all...]
DAGCombiner.cpp     [all...]

Completed in 116 milliseconds