Lines Matching refs:CommonOperand
598 Value *CommonOperand; in identifyNodeWithImplicitAdd() local
603 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() local
708 CommonOperand = R0; in identifyPartialMul()
711 CommonOperand = R1; in identifyPartialMul()
718 UncommonImagOp = (CommonOperand == I0) ? I1 : I0; in identifyPartialMul()
726 ? CommonOperand in identifyPartialMul()
730 ? CommonOperand in identifyPartialMul()