Searched refs:CommonOperand (Results 1 – 2 of 2) sorted by relevance
598 Value *CommonOperand; in identifyNodeWithImplicitAdd() local603 CommonOperand = R0; in identifyNodeWithImplicitAdd()606 CommonOperand = R1; in identifyNodeWithImplicitAdd()613 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyNodeWithImplicitAdd()622 PartialMatch.first = CommonOperand; in identifyNodeWithImplicitAdd()624 PartialMatch.second = CommonOperand; in identifyNodeWithImplicitAdd()703 Value *CommonOperand; in identifyPartialMul() local708 CommonOperand = R0; in identifyPartialMul()711 CommonOperand = R1; in identifyPartialMul()726 ? CommonOperand in identifyPartialMul()[all …]
2764 auto propagateSelectFMF = [&](SelectInst *S, bool CommonOperand) { in visitFNeg() argument2769 if (!OldSel->hasNoSignedZeros() && !CommonOperand && in visitFNeg()