Searched refs:invertIfNegative (Results 1 – 2 of 2) sorted by relevance
15518 auto invertIfNegative = [&Mask, &VL](SDValue &V) { in combineVFMADD_VLWithVFNEG_VL() 15529 bool NegA = invertIfNegative(A); in combineVFMADD_VLWithVFNEG_VL() 15530 bool NegB = invertIfNegative(B); in combineVFMADD_VLWithVFNEG_VL() 15531 bool NegC = invertIfNegative(C); in combineVFMADD_VLWithVFNEG_VL() 15515 auto invertIfNegative = [&Mask, &VL](SDValue &V) { combineVFMADD_VLWithVFNEG_VL() local
54045 auto invertIfNegative = [&DAG, &TLI, &DCI](SDValue &V) { in combineFMA() local54077 bool NegA = invertIfNegative(A); in combineFMA()54078 bool NegB = invertIfNegative(B); in combineFMA()54079 bool NegC = invertIfNegative(C); in combineFMA()