Searched refs:CommonOperand (Results 1 – 2 of 2) sorted by relevance
614 Value *CommonOperand; in identifyNodeWithImplicitAdd() local619 CommonOperand = R0; in identifyNodeWithImplicitAdd()622 CommonOperand = R1; in identifyNodeWithImplicitAdd()629 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyNodeWithImplicitAdd()638 PartialMatch.first = CommonOperand; in identifyNodeWithImplicitAdd()640 PartialMatch.second = CommonOperand; in identifyNodeWithImplicitAdd()719 Value *CommonOperand; in identifyPartialMul() local724 CommonOperand = R0; in identifyPartialMul()727 CommonOperand = R1; in identifyPartialMul()734 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyPartialMul()[all …]
3005 auto propagateSelectFMF = [&](SelectInst *S, bool CommonOperand) { in visitFNeg() argument3010 if (!OldSel->hasNoSignedZeros() && !CommonOperand && in visitFNeg()