Home | History | Annotate | Download | only in complete

Lines Matching refs:CreateFAdd

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