Lines Matching defs:DemandedLHS

5386                                 APInt &DemandedLHS, APInt &DemandedRHS) {
5393 DemandedLHS = APInt::getZero(NumInnerElts);
5402 DemandedLHS.setBit(InnerIdx);
5411 APInt &DemandedLHS, APInt &DemandedRHS) {
5413 DemandedLHS, DemandedRHS);
5414 DemandedLHS |= DemandedLHS << 1;
38294 APInt DemandedLHS, DemandedRHS;
38295 getPackDemandedElts(VT, DemandedElts, DemandedLHS, DemandedRHS);
38301 if (!!DemandedLHS) {
38302 Known2 = DAG.computeKnownBits(Op.getOperand(0), DemandedLHS, Depth + 1);
38675 APInt DemandedLHS, DemandedRHS;
38676 getPackDemandedElts(Op.getValueType(), DemandedElts, DemandedLHS,
38699 if (!!DemandedLHS)
38700 Tmp0 = NumSignBitsPACKSS(Op.getOperand(0), DemandedLHS);
43314 APInt DemandedLHS, DemandedRHS;
43315 getPackDemandedElts(VT, DemandedElts, DemandedLHS, DemandedRHS);
43318 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO,
43331 SDValue NewN0 = SimplifyMultipleUseDemandedVectorElts(N0, DemandedLHS,
43351 APInt DemandedLHS, DemandedRHS;
43352 getHorizDemandedElts(VT, DemandedElts, DemandedLHS, DemandedRHS);
43355 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO,
43368 SDValue NewN0 = SimplifyMultipleUseDemandedVectorElts(N0, DemandedLHS,
43842 SDValue DemandedLHS = SimplifyMultipleUseDemandedBits(
43846 if (DemandedLHS || DemandedRHS) {
43847 DemandedLHS = DemandedLHS ? DemandedLHS : LHS;
43850 Op, TLO.DAG.getNode(Opc, SDLoc(Op), VT, DemandedLHS, DemandedRHS));
44118 APInt DemandedLHS, DemandedRHS;
44119 getPackDemandedElts(VT, OriginalDemandedElts, DemandedLHS, DemandedRHS);
44123 if (SimplifyDemandedBits(Op.getOperand(0), SignMask, DemandedLHS,
44132 Op.getOperand(0), SignMask, DemandedLHS, TLO.DAG, Depth + 1);