Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1263 bool nothingToFold = (source == extractOp.getVector()); in tryToFoldExtractOpInPlace() local
1264 if (nothingToFold || !canFold()) in tryToFoldExtractOpInPlace()