Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp1227 auto insertedPos = extractVector<int64_t>(nextInsertOp.getPosition()); in handleInsertOpWithMatchingPos() local
1228 if (makeArrayRef(insertedPos) != in handleInsertOpWithMatchingPos()
1242 auto insertedPos = extractVector<int64_t>(nextInsertOp.getPosition()); in handleInsertOpWithPrefixPos() local
1243 if (!isContainedWithin(insertedPos, extractPosition)) in handleInsertOpWithPrefixPos()
1246 std::fill_n(extractPosition.begin(), insertedPos.size(), 0); in handleInsertOpWithPrefixPos()
1249 extractPosition.begin() + insertedPos.size()); in handleInsertOpWithPrefixPos()
1301 auto insertedPos = extractVector<int64_t>(nextInsertOp.getPosition()); in fold() local
1302 if (isContainedWithin(extractPosition, insertedPos) || in fold()
1303 intersectsWhereNonNegative(extractPosition, insertedPos)) in fold()