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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1240 APInt LHSZero, LHSOne; local
1242 TLO.DAG.ComputeMaskedBits(Op.getOperand(0), LHSZero, LHSOne, Depth);
H A DDAGCombiner.cpp1465 APInt LHSZero, LHSOne; local
1467 DAG.ComputeMaskedBits(N0, LHSZero, LHSOne);
1558 APInt LHSZero, LHSOne;
1560 DAG.ComputeMaskedBits(N0, LHSZero, LHSOne);

Completed in 199 milliseconds