Searched defs:DemandedSrc (Results 1 – 3 of 3) sorted by relevance
2236 if (SDValue DemandedSrc = GetDemandedBits(Src, SrcDemandedBits)) in GetDemandedBits() local2339 APInt DemandedSrc = DemandedElts.zextOrSelf(NumSrcElts).shl(Idx); in isSplatValue() local2667 APInt DemandedSrc = APInt::getAllOnesValue(NumSrcElts); in computeKnownBits() local3925 APInt DemandedSrc = APInt::getAllOnesValue(NumSrcElts); in ComputeNumSignBits() local
1879 if (SDValue DemandedSrc = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBits() local
35447 APInt DemandedSrc = DemandedElts.lshr(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() local35486 APInt DemandedSrc = DemandedElts.shl(ShiftAmt); in SimplifyDemandedVectorEltsForTargetNode() local35563 APInt DemandedSrc = DemandedElts.zextOrTrunc(SrcVT.getVectorNumElements()); in SimplifyDemandedVectorEltsForTargetNode() local