Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ComputeNumSignBits

1111          "Should use ComputeNumSignBits if you don't know whether Op"
2799 unsigned LHSSB = DAG.ComputeNumSignBits(N->getOperand(0));
2800 unsigned RHSSB = DAG.ComputeNumSignBits(N->getOperand(1));