Searched refs:invertIfNegative (Results 1 – 2 of 2) sorted by relevance
14075 auto invertIfNegative = [&Mask, &VL](SDValue &V) { in combineVFMADD_VLWithVFNEG_VL() local14086 bool NegA = invertIfNegative(A); in combineVFMADD_VLWithVFNEG_VL()14087 bool NegB = invertIfNegative(B); in combineVFMADD_VLWithVFNEG_VL()14088 bool NegC = invertIfNegative(C); in combineVFMADD_VLWithVFNEG_VL()
52762 auto invertIfNegative = [&DAG, &TLI, &DCI](SDValue &V) { in combineFMA() local52794 bool NegA = invertIfNegative(A); in combineFMA()52795 bool NegB = invertIfNegative(B); in combineFMA()52796 bool NegC = invertIfNegative(C); in combineFMA()