Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumBits

2309     unsigned NumBits = TLI.ComputeNumSignBitsForTargetNode(Op, Depth);
2310 if (NumBits > 1) FirstAnswer = std::max(FirstAnswer, NumBits);
3388 unsigned NumBits = VT.getScalarType().getSizeInBits();
3391 APInt Val = APInt::getSplat(NumBits, C->getAPIntValue());
3398 if (NumBits > 8) {
3401 APInt Magic = APInt::getSplat(NumBits, APInt(8, 0x01));
4741 unsigned NumBits = VT.getScalarType().getSizeInBits()*2;
4742 if ((AndRHS->getValue() & (NumBits-1)) == NumBits-1)