Searched refs:LHSOne (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 420 APInt LHSZero, LHSOne; in SimplifyDemandedBits() local 422 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth); in SimplifyDemandedBits()
|
D | DAGCombiner.cpp | 1581 APInt LHSZero, LHSOne; in visitADD() local 1583 DAG.computeKnownBits(N0, LHSZero, LHSOne); in visitADD() 1676 APInt LHSZero, LHSOne; in visitADDC() local 1678 DAG.computeKnownBits(N0, LHSZero, LHSOne); in visitADDC()
|