Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:BitSize

4529     unsigned BitSize = VT.getScalarSizeInBits();
4532 DAG.getConstant(APInt::getHighBitsSet(BitSize,
4533 BitSize - N1C->getZExtValue()),
4634 // Determine what the truncate's result bitsize and type would be.
4785 unsigned BitSize = N0.getScalarValueSizeInBits();
4786 if (BitSize <= 64) {
4787 uint64_t ShAmt = N1C->getZExtValue() + 64 - BitSize;
4798 unsigned BitSize = SmallVT.getScalarSizeInBits();
4799 if (N1C->getZExtValue() >= BitSize)