Searched refs:InputDemandedBits (Results 1 – 2 of 2) sorted by relevance
465 APInt InputDemandedBits = DemandedMask.trunc(SrcBitWidth); in SimplifyDemandedUseBits() local470 InputDemandedBits.setBit(SrcBitWidth-1); in SimplifyDemandedUseBits()473 if (SimplifyDemandedBits(I, 0, InputDemandedBits, InputKnown, Depth + 1)) in SimplifyDemandedUseBits()
2344 APInt InputDemandedBits = DemandedBits.getLoBits(ExVTBits); in SimplifyDemandedBits() local2348 InputDemandedBits.setBit(ExVTBits - 1); in SimplifyDemandedBits()2350 if (SimplifyDemandedBits(Op0, InputDemandedBits, DemandedElts, Known, TLO, in SimplifyDemandedBits()