Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1254 APInt LHSZero, LHSOne; in SimplifyDemandedBits() local
1257 LHSZero, LHSOne, Depth); in SimplifyDemandedBits()
DDAGCombiner.cpp1409 APInt LHSZero, LHSOne; in visitADD() local
1412 DAG.ComputeMaskedBits(N0, Mask, LHSZero, LHSOne); in visitADD()
1504 APInt LHSZero, LHSOne; in visitADDC() local
1507 DAG.ComputeMaskedBits(N0, Mask, LHSZero, LHSOne); in visitADDC()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp477 APInt LHSZero, LHSOne; in SimplifyDemandedBits() local
479 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth); in SimplifyDemandedBits()
DDAGCombiner.cpp1803 APInt LHSZero, LHSOne; in visitADDC() local
1805 DAG.computeKnownBits(N0, LHSZero, LHSOne); in visitADDC()