Searched refs:RHSZero (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1475 APInt RHSZero, RHSOne; local
1479 DAG.ComputeMaskedBits(N1, RHSZero, RHSOne);
1483 if ((RHSZero & ~LHSZero) == ~LHSZero || (LHSZero & ~RHSZero) == ~RHSZero)
1568 APInt RHSZero, RHSOne; local
1572 DAG.ComputeMaskedBits(N1, RHSZero, RHSOne);
1576 if ((RHSZero & ~LHSZero) == ~LHSZero || (LHSZero & ~RHSZero) == ~RHSZero)
[all...]

Completed in 108 milliseconds