Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getNeg

1559       return BinaryOperator::CreateSDiv(X, ConstantExpr::getNeg(C));
1577 Value *NewMul = Builder->CreateMul(A, ConstantExpr::getNeg(CI));