Searched refs:addOne (Results 1 – 3 of 3) sorted by relevance
29 int addOne(int p) { in addOne() function35 auto lambda = [x=addOne(v)]() { in inliningInGeneralizedCapture()
47 constexpr int2 addOne(int2 x) {50 const int2 fromConstexprFunc = addOne(int2(2));
91 Value addOne = builder.create<arith::AddIOp>(dilated, one); in getConvOutputDim() local93 Value subtract = builder.create<arith::SubIOp>(paddedAfter, addOne); in getConvOutputDim()