Home | History | Annotate | Download | only in Utils

Lines Matching defs:Neg

1556     Value *Neg = B.CreateNeg(Op, "neg");
1557 return B.CreateSelect(Pos, Op, Neg);