Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Neg

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