Searched refs:CommonOperand (Results 1 – 2 of 2) sorted by relevance
465 Instruction *CommonOperand; in identifyNodeWithImplicitAdd() local470 CommonOperand = R0; in identifyNodeWithImplicitAdd()473 CommonOperand = R1; in identifyNodeWithImplicitAdd()480 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyNodeWithImplicitAdd()489 PartialMatch.first = CommonOperand; in identifyNodeWithImplicitAdd()491 PartialMatch.second = CommonOperand; in identifyNodeWithImplicitAdd()572 Instruction *CommonOperand; in identifyPartialMul() local577 CommonOperand = R0; in identifyPartialMul()580 CommonOperand = R1; in identifyPartialMul()587 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyPartialMul()[all …]
2485 auto propagateSelectFMF = [&](SelectInst *S, bool CommonOperand) { in visitFNeg() argument2491 if (!OldSel->hasNoSignedZeros() && !CommonOperand && in visitFNeg()