Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumBits

2314     unsigned NumBits = TLI->ComputeNumSignBitsForTargetNode(Op, Depth);
2315 if (NumBits > 1) FirstAnswer = std::max(FirstAnswer, NumBits);
3408 unsigned NumBits = VT.getScalarType().getSizeInBits();
3411 APInt Val = APInt::getSplat(NumBits, C->getAPIntValue());
3418 if (NumBits > 8) {
3421 APInt Magic = APInt::getSplat(NumBits, APInt(8, 0x01));
4766 unsigned NumBits = VT.getScalarType().getSizeInBits()*2;
4767 if ((AndRHS->getValue() & (NumBits-1)) == NumBits-1)