Searched defs:LHSOne (Results 1 - 3 of 3) sorted by relevance

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

Completed in 273 milliseconds