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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1257 APInt LHSZero, LHSOne; local
1259 TLO.DAG.ComputeMaskedBits(Op.getOperand(0), LHSZero, LHSOne, Depth);
H A DDAGCombiner.cpp1454 APInt LHSZero, LHSOne; local
1456 DAG.ComputeMaskedBits(N0, LHSZero, LHSOne);
1547 APInt LHSZero, LHSOne;
1549 DAG.ComputeMaskedBits(N0, LHSZero, LHSOne);

Completed in 117 milliseconds