Home | History | Annotate | Download | only in sksl

Lines Matching refs:inc

2  * Copyright 2018 Google Inc.
1346 LLVMValueRef inc = LLVMBuildAdd(builder, iload, LLVMConstInt(fInt32Type, 1, false), "inc i");
1347 LLVMBuildStore(builder, inc, ivar);