Searched refs:InMask (Results 1 – 2 of 2) sorted by relevance
883 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local893 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()905 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local907 APInt NewBits = ~InMask & NewMask; in SimplifyDemandedBits()917 APInt InDemandedBits = InMask & NewMask; in SimplifyDemandedBits()946 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local947 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()1017 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local1019 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | NewMask, in SimplifyDemandedBits()1024 KnownZero |= ~InMask & NewMask; in SimplifyDemandedBits()
2218 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local2220 KnownZero |= (~InMask); in computeKnownBits()