Home
last modified time | relevance | path

Searched refs:newPosition (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineMap.cpp183 unsigned newPosition = in isPermutationOfMinorIdentityWithBroadcasting() local
185 permutedDims[resIdx] = newPosition; in isPermutationOfMinorIdentityWithBroadcasting()
186 dimFound[newPosition] = true; in isPermutationOfMinorIdentityWithBroadcasting()
/llvm-project-15.0.7/clang/docs/
H A DObjectiveCLiterals.rst591 animation.toValue = @(newPosition);
596 animation.toValue = [NSValue valueWithCGPoint:newPosition];
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1398 SmallVector<int64_t, 4> newPosition = delinearize(newStrides, position); in foldExtractFromShapeCast() local
1402 b.getI64ArrayAttr(newPosition)); in foldExtractFromShapeCast()