Searched refs:InputDemandedBits (Results 1 – 2 of 2) sorted by relevance
445 APInt InputDemandedBits = DemandedMask.trunc(SrcBitWidth); in SimplifyDemandedUseBits() local450 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits()453 if (SimplifyDemandedBits(I, 0, InputDemandedBits, InputKnown, Depth + 1)) in SimplifyDemandedUseBits()
2187 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits() local2191 InputDemandedBits.setBit(ExVTBits - 1); in SimplifyDemandedBits()2193 if (SimplifyDemandedBits(Op0, InputDemandedBits, DemandedElts, Known, TLO, in SimplifyDemandedBits()