Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp420 APInt LHSZero, LHSOne; in SimplifyDemandedBits() local
422 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth); in SimplifyDemandedBits()
DDAGCombiner.cpp1581 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()