Home | History | Annotate | Download | only in Scalar

Lines Matching refs:CreateNeg

819   return BinaryOperator::CreateNeg(V, V->getName() + ".neg", BI);
971 V = BinaryOperator::CreateNeg(V, "neg", InsertPt);