Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:InputDemandedBits

379     APInt InputDemandedBits = DemandedMask.trunc(SrcBitWidth);
384 InputDemandedBits.setBit(SrcBitWidth-1);
387 InputDemandedBits, InputKnown, Depth + 1))