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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp397 APInt LHSZero, LHSOne; local
399 TLO.DAG.ComputeMaskedBits(Op.getOperand(0), LHSZero, LHSOne, Depth);
H A DDAGCombiner.cpp1474 APInt LHSZero, LHSOne; local
1476 DAG.ComputeMaskedBits(N0, LHSZero, LHSOne);
1567 APInt LHSZero, LHSOne;
1569 DAG.ComputeMaskedBits(N0, LHSZero, LHSOne);

Completed in 186 milliseconds