Home | History | Annotate | Download | only in complete

Lines Matching refs:CreateFAdd

1136   case '+': return Builder.CreateFAdd(L, R, "addtmp");
1302 Value *NextVar = Builder.CreateFAdd(CurVar, StepVal, "nextvar");