Home | History | Annotate | Download | only in initial

Lines Matching refs:CreateFAdd

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