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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp420 APInt LHSZero, LHSOne; local
422 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth);
H A DDAGCombiner.cpp1581 APInt LHSZero, LHSOne; local
1583 DAG.computeKnownBits(N0, LHSZero, LHSOne);
1676 APInt LHSZero, LHSOne;
1678 DAG.computeKnownBits(N0, LHSZero, LHSOne);

Completed in 176 milliseconds