Lines Matching refs:getNegative
24216 SDValue Mask = DAG.getNegative(Neg, DL, VT); // -(and (x, 0x1)) in LowerSELECT()
28224 SDValue Neg = DAG.getNegative(Src, DL, VT); in LowerABS()
29507 Amt = DAG.getNegative(Amt, dl, VT); in LowerShift()
31691 DAG.getNegative(RHS, DL, VT), AN->getMemOperand()); in lowerAtomicArith()
44489 return DAG.getNegative(Zext, DL, ExtractVT); in combinePredicateReduction()
47924 NewMul = DAG.getNegative(NewMul, DL, VT); in combineMul()
47971 NewMul = DAG.getNegative(NewMul, DL, VT); in combineMul()
47988 NewMul = DAG.getNegative(NewMul, DL, VT); in combineMul()
49923 SDValue Neg = DAG.getNegative(N0.getOperand(0), dl, VT); in combineAnd()
50626 ADCOrSBB = DAG.getNegative(ADCOrSBB, DL, VT); in combineAddOrSubToADCOrSBB()
54452 C0 = DAG.getNegative(AddC, DL, OpVT); in combineSetCC()
55325 Op = DAG.getNegative(Op, DL, VT); in combineX86AddSub()