Home | History | Annotate | Download | only in cached

Lines Matching refs:CreateFAdd

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