Home | History | Annotate | Download | only in Utils

Lines Matching refs:Neg

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