Searched refs:invertIfNegative (Results 1 – 2 of 2) sorted by relevance
18062 auto invertIfNegative = [&Mask, &VL](SDValue &V) { in combineVFMADD_VLWithVFNEG_VL() local18073 bool NegA = invertIfNegative(A); in combineVFMADD_VLWithVFNEG_VL()18074 bool NegB = invertIfNegative(B); in combineVFMADD_VLWithVFNEG_VL()18075 bool NegC = invertIfNegative(C); in combineVFMADD_VLWithVFNEG_VL()
55914 auto invertIfNegative = [&DAG, &TLI, &DCI](SDValue &V) { in combineFMA() local55946 bool NegA = invertIfNegative(A); in combineFMA()55950 bool NegB = invertIfNegative(B); in combineFMA()55953 bool NegC = invertIfNegative(C); in combineFMA()