Searched refs:InputDemandedBits (Results 1 – 2 of 2) sorted by relevance
427 APInt InputDemandedBits = DemandedMask.trunc(SrcBitWidth); in SimplifyDemandedUseBits() local432 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits()435 if (SimplifyDemandedBits(I, 0, InputDemandedBits, InputKnown, Depth + 1)) in SimplifyDemandedUseBits()
1821 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits() local1825 InputDemandedBits.setBit(ExVTBits - 1); in SimplifyDemandedBits()1827 if (SimplifyDemandedBits(Op0, InputDemandedBits, Known, TLO, Depth + 1)) in SimplifyDemandedBits()