Searched refs:InputDemandedBits (Results 1 – 3 of 3) sorted by relevance
401 APInt InputDemandedBits = DemandedMask.trunc(SrcBitWidth); in SimplifyDemandedUseBits() local406 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits()409 if (SimplifyDemandedBits(I, 0, InputDemandedBits, InputKnown, Depth + 1)) in SimplifyDemandedUseBits()
1058 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits() local1062 InputDemandedBits.setBit(ExVTBits - 1); in SimplifyDemandedBits()1064 if (SimplifyDemandedBits(Op0, InputDemandedBits, Known, TLO, Depth + 1)) in SimplifyDemandedBits()
2751 APInt InputDemandedBits = APInt::getLowBitsSet(BitWidth, EBits); in computeKnownBits() local2757 InputDemandedBits |= InSignMask; in computeKnownBits()2760 Known.One &= InputDemandedBits; in computeKnownBits()2761 Known.Zero &= InputDemandedBits; in computeKnownBits()