Searched defs:changeNeeded (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/mlir/lib/Dialect/Linalg/IR/ | ||
| H A D | LinalgOps.cpp | 2329 createNewOperandWithStaticSizes(Location loc,PatternRewriter & rewriter,OpOperand * opOperand,llvm::DenseMap<AffineExpr,int64_t> & affineExprToSize,LinalgOp linalgOp,SmallVector<Value> & newOperands,SmallVector<Type> & resultTypes,bool & changeNeeded) createNewOperandWithStaticSizes() argument |
| /llvm-project/mlir/lib/Dialect/Tensor/IR/ | ||
| H A D | TensorOps.cpp | 4162 bool changeNeeded = false; inferStaticShape() local |