Lines Matching refs:getSizeInBits
394 assert(Op.getValueType().getScalarType().getSizeInBits() == BitWidth && in SimplifyDemandedBits()
658 unsigned InnerBits = InnerVT.getSizeInBits(); in SimplifyDemandedBits()
662 if (!APInt(BitWidth, ShAmt).isIntN(ShTy.getSizeInBits())) in SimplifyDemandedBits()
709 unsigned VTSize = VT.getSizeInBits(); in SimplifyDemandedBits()
785 InDemandedMask |= APInt::getSignBit(VT.getScalarType().getSizeInBits()); in SimplifyDemandedBits()
828 unsigned ShAmt = ExVT.getScalarType().getSizeInBits(); in SimplifyDemandedBits()
830 unsigned VTBits = Op->getValueType(0).getScalarType().getSizeInBits(); in SimplifyDemandedBits()
854 BitWidth - ExVT.getScalarType().getSizeInBits()); in SimplifyDemandedBits()
861 APInt::getSignBit(ExVT.getScalarType().getSizeInBits()).zext(BitWidth); in SimplifyDemandedBits()
864 ExVT.getScalarType().getSizeInBits()) & in SimplifyDemandedBits()
920 Op.getOperand(0).getValueType().getScalarType().getSizeInBits(); in SimplifyDemandedBits()
942 unsigned InBits = InVT.getScalarType().getSizeInBits(); in SimplifyDemandedBits()
983 Op.getOperand(0).getValueType().getScalarType().getSizeInBits(); in SimplifyDemandedBits()
997 Op.getOperand(0).getValueType().getScalarType().getSizeInBits(); in SimplifyDemandedBits()
1056 VT.getSizeInBits()); in SimplifyDemandedBits()
1071 NewMask == APInt::getSignBit(Op.getValueType().getSizeInBits()) && in SimplifyDemandedBits()
1082 unsigned OpVTSizeInBits = Op.getValueType().getSizeInBits(); in SimplifyDemandedBits()
1085 unsigned ShVal = Op.getValueType().getSizeInBits()-1; in SimplifyDemandedBits()
1194 unsigned BitWidth = OpVT.getScalarType().getSizeInBits(); in ValueHasExactlyOneBitSet()
1298 ShAmt == Log2_32(N0.getValueType().getSizeInBits())) { in SimplifySetCC()
1320 (N0 == CTPOP || N0.getValueType().getSizeInBits() > in SimplifySetCC()
1321 Log2_32_Ceil(CTPOP.getValueType().getSizeInBits()))) { in SimplifySetCC()
1364 MinBits = LN0->getMemoryVT().getSizeInBits(); in SimplifySetCC()
1368 MinBits = LN0->getMemoryVT().getSizeInBits(); in SimplifySetCC()
1406 unsigned origWidth = N0.getValueType().getSizeInBits(); in SimplifySetCC()
1411 origWidth = Lod->getMemoryVT().getSizeInBits(); in SimplifySetCC()
1453 unsigned InSize = N0.getOperand(0).getValueType().getSizeInBits(); in SimplifySetCC()
1507 unsigned ExtSrcTyBits = ExtSrcTy.getSizeInBits(); in SimplifySetCC()
1509 unsigned ExtDstTyBits = ExtDstTy.getSizeInBits(); in SimplifySetCC()
1621 unsigned OperandBitSize = N1C->getValueType(0).getSizeInBits(); in SimplifySetCC()
1952 if (RHSC->getValueType(0).getSizeInBits() <= 64) in SimplifySetCC()
2438 (OpInfo.ConstraintVT.getSizeInBits() != in ParseConstraints()
2439 Input.ConstraintVT.getSizeInBits())) { in ParseConstraints()
2903 unsigned OuterBitSize = VT.getSizeInBits(); in expandMUL()
2904 unsigned InnerBitSize = HiLoVT.getSizeInBits(); in expandMUL()
2960 unsigned ShiftAmt = VT.getSizeInBits() - HiLoVT.getSizeInBits(); in expandMUL()
3010 VT.getSizeInBits()); in expandFP_TO_SINT()
3014 SDValue SignMask = DAG.getConstant(APInt::getSignBit(VT.getSizeInBits()), dl, in expandFP_TO_SINT()
3016 SDValue SignLowBit = DAG.getConstant(VT.getSizeInBits() - 1, dl, IntVT); in expandFP_TO_SINT()