Searched refs:LHSOne (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1254 APInt LHSZero, LHSOne; in SimplifyDemandedBits() local 1257 LHSZero, LHSOne, Depth); in SimplifyDemandedBits()
|
D | DAGCombiner.cpp | 1409 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/ |
D | TargetLowering.cpp | 477 APInt LHSZero, LHSOne; in SimplifyDemandedBits() local 479 TLO.DAG.computeKnownBits(Op.getOperand(0), LHSZero, LHSOne, Depth); in SimplifyDemandedBits()
|
D | DAGCombiner.cpp | 1803 APInt LHSZero, LHSOne; in visitADDC() local 1805 DAG.computeKnownBits(N0, LHSZero, LHSOne); in visitADDC()
|