Searched refs:InMask (Results 1 – 2 of 2) sorted by relevance
852 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local862 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()874 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local876 APInt NewBits = ~InMask & NewMask; in SimplifyDemandedBits()886 APInt InDemandedBits = InMask & NewMask; in SimplifyDemandedBits()915 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local916 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()986 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local988 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | NewMask, in SimplifyDemandedBits()993 KnownZero |= ~InMask & NewMask; in SimplifyDemandedBits()
2077 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in ComputeMaskedBits() local2079 KnownZero |= (~InMask); in ComputeMaskedBits()