Lines Matching defs:DemandedLHS

5187                                 APInt &DemandedLHS, APInt &DemandedRHS) {
5194 DemandedLHS = APInt::getZero(NumInnerElts);
5203 DemandedLHS.setBit(InnerIdx);
5212 APInt &DemandedLHS, APInt &DemandedRHS) {
5214 DemandedLHS, DemandedRHS);
5215 DemandedLHS |= DemandedLHS << 1;
37276 APInt DemandedLHS, DemandedRHS;
37277 getPackDemandedElts(VT, DemandedElts, DemandedLHS, DemandedRHS);
37283 if (!!DemandedLHS) {
37284 Known2 = DAG.computeKnownBits(Op.getOperand(0), DemandedLHS, Depth + 1);
37655 APInt DemandedLHS, DemandedRHS;
37656 getPackDemandedElts(Op.getValueType(), DemandedElts, DemandedLHS,
37679 if (!!DemandedLHS)
37680 Tmp0 = NumSignBitsPACKSS(Op.getOperand(0), DemandedLHS);
42203 APInt DemandedLHS, DemandedRHS;
42204 getPackDemandedElts(VT, DemandedElts, DemandedLHS, DemandedRHS);
42207 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO,
42220 SDValue NewN0 = SimplifyMultipleUseDemandedVectorElts(N0, DemandedLHS,
42240 APInt DemandedLHS, DemandedRHS;
42241 getHorizDemandedElts(VT, DemandedElts, DemandedLHS, DemandedRHS);
42244 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO,
42257 SDValue NewN0 = SimplifyMultipleUseDemandedVectorElts(N0, DemandedLHS,
42705 SDValue DemandedLHS = SimplifyMultipleUseDemandedBits(
42709 if (DemandedLHS || DemandedRHS) {
42710 DemandedLHS = DemandedLHS ? DemandedLHS : LHS;
42713 Op, TLO.DAG.getNode(Opc, SDLoc(Op), VT, DemandedLHS, DemandedRHS));
42948 APInt DemandedLHS, DemandedRHS;
42949 getPackDemandedElts(VT, OriginalDemandedElts, DemandedLHS, DemandedRHS);
42953 if (SimplifyDemandedBits(Op.getOperand(0), SignMask, DemandedLHS,
42962 Op.getOperand(0), SignMask, DemandedLHS, TLO.DAG, Depth + 1);