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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1582 APInt RHSZero, RHSOne; local
1586 DAG.computeKnownBits(N1, RHSZero, RHSOne);
1590 if ((RHSZero & ~LHSZero) == ~LHSZero || (LHSZero & ~RHSZero) == ~RHSZero){
1677 APInt RHSZero, RHSOne; local
1681 DAG.computeKnownBits(N1, RHSZero, RHSOne);
1685 if ((RHSZero & ~LHSZero) == ~LHSZero || (LHSZero & ~RHSZero) == ~RHSZero)
[all...]

Completed in 275 milliseconds