Searched refs:zextOrSelf (Results 1 – 17 of 17) sorted by relevance
553 APInt Val = V.zextOrSelf(NewLen); in getSplat()1196 APInt zextOrSelf(unsigned width) const;
297 Offset += Const->getValue().zextOrSelf(Offset.getBitWidth()); in GetLinearExpression()307 APInt RHS = RHSC->getValue().zextOrSelf(Offset.getBitWidth()); in GetLinearExpression()397 Offset = Offset.trunc(SmallWidth).sext(NewWidth).zextOrSelf(OldWidth); in GetLinearExpression()
683 APInt MaxSize = Arg->getValue().zextOrSelf(IntTyBits); in visitCallSite()
88 Result |= ElementCI->getValue().zextOrSelf(Result.getBitWidth()); in foldConstVectorToAPInt()
1221 const APInt Zx1 = A1.zextOrSelf(MaxW); in evaluateCMPii()1222 const APInt Zx2 = A2.zextOrSelf(MaxW); in evaluateCMPii()1817 APInt LoBits = (Bits < BW) ? A1.trunc(Bits) : A1.zextOrSelf(Bits); in evaluateSplati()2542 APInt HV = HiVs[i].zextOrSelf(64) << 32; in evaluateHexRSEQ32()2544 APInt LV = LoVs[j].zextOrSelf(64); in evaluateHexRSEQ32()
648 APInt Min = APInt::getMinValue(BW).zextOrSelf(ResultBitWidth); in castOp()649 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp()
1416 APInt zextOrSelf(unsigned width) const;
434 APInt IdxDiff = PtrDelta.udiv(Stride).zextOrSelf(IdxBitWidth); in lookThroughComplexAddresses()
864 APInt SrcDemandedBits = DemandedBits.zextOrSelf(SrcBitWidth); in SimplifyDemandedBits()969 SrcElts = DemandedElts.zextOrSelf(NumSrcElts).shl(Idx); in SimplifyDemandedBits()1701 APInt InDemandedElts = DemandedElts.zextOrSelf(InElts); in SimplifyDemandedBits()1734 APInt InDemandedElts = DemandedElts.zextOrSelf(InElts); in SimplifyDemandedBits()1774 APInt InDemandedElts = DemandedElts.zextOrSelf(InElts); in SimplifyDemandedBits()2366 APInt SrcElts = DemandedElts.zextOrSelf(NumSrcElts).shl(Idx); in SimplifyDemandedVectorElts()2518 APInt DemandedSrcElts = DemandedElts.zextOrSelf(NumSrcElts); in SimplifyDemandedVectorElts()
2339 APInt DemandedSrc = DemandedElts.zextOrSelf(NumSrcElts).shl(Idx); in isSplatValue()2671 DemandedSrc = DemandedElts.zextOrSelf(NumSrcElts).shl(Idx); in computeKnownBits()3079 APInt InDemandedElts = DemandedElts.zextOrSelf(InVT.getVectorNumElements()); in computeKnownBits()3091 APInt InDemandedElts = DemandedElts.zextOrSelf(InVT.getVectorNumElements()); in computeKnownBits()3645 APInt DemandedSrcElts = DemandedElts.zextOrSelf(SrcVT.getVectorNumElements()); in ComputeNumSignBits()3929 DemandedSrc = DemandedElts.zextOrSelf(NumSrcElts).shl(Idx); in ComputeNumSignBits()
807 LHS = LHS.zextOrSelf(Bits); in zeroExtendToMatch()808 RHS = RHS.zextOrSelf(Bits); in zeroExtendToMatch()
580 APInt Val = V.zextOrSelf(NewLen); in getSplat()971 APInt APInt::zextOrSelf(unsigned width) const { in zextOrSelf() function in APInt
811 if ((CS->getValue().zextOrSelf(128)*APInt(128, TypeSize)).ugt(MaxSize)) in isObjectSizeLessThanOrEq()
1000 APInt APInt::zextOrSelf(unsigned width) const { in zextOrSelf() function in APInt
2395 APInt Value = CI->getValue().zextOrSelf(Size); in isRepeatedByteSequence()
775 IntBits = FPImm.bitcastToAPInt().zextOrSelf(128); in SystemZVectorConstantInfo()
36084 Known.Zero = KnownZero.zextOrSelf(BitWidth); in SimplifyDemandedBitsForTargetNode()37410 return DAG.getConstant(EltBits[Idx].zextOrSelf(VT.getScalarSizeInBits()), in combineExtractVectorElt()