Lines Matching refs:OtherOp
8841 SDValue OtherOp; in visitFDIV() local
8844 OtherOp = N1.getOperand(1); in visitFDIV()
8847 OtherOp = N1.getOperand(0); in visitFDIV()
8853 RV = DAG.getNode(ISD::FDIV, SDLoc(N1), VT, RV, OtherOp, Flags); in visitFDIV()
11168 SDNode *OtherOp; in isMulAddWithConstProfitable() local
11173 OtherOp = Use->getOperand(1).getNode(); in isMulAddWithConstProfitable()
11175 OtherOp = Use->getOperand(0).getNode(); in isMulAddWithConstProfitable()
11187 if (OtherOp == MulVar) in isMulAddWithConstProfitable()
11203 if (OtherOp->getOpcode() == ISD::ADD && in isMulAddWithConstProfitable()
11204 DAG.isConstantIntBuildVectorOrConstantInt(OtherOp->getOperand(1)) && in isMulAddWithConstProfitable()
11205 OtherOp->getOperand(0).getNode() == MulVar) in isMulAddWithConstProfitable()