Searched refs:InMask (Results 1 – 2 of 2) sorted by relevance
921 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local931 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()943 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local945 APInt NewBits = ~InMask & NewMask; in SimplifyDemandedBits()955 APInt InDemandedBits = InMask & NewMask; in SimplifyDemandedBits()984 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local985 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()1055 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local1057 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | NewMask, in SimplifyDemandedBits()1062 KnownZero |= ~InMask & NewMask; in SimplifyDemandedBits()
2349 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local2351 KnownZero |= (~InMask); in computeKnownBits()