Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Analysis/
H A DAffineStructures.cpp440 a.getMaybeValues().equals(b.getMaybeValues()); in areIdsAligned()
454 for (auto val : cst.getMaybeValues()) { in areIdsUnique()
477 assert(std::all_of(a->getMaybeValues().begin() + offset, in mergeAndAlignIds()
478 a->getMaybeValues().begin() + a->getNumDimAndSymbolIds(), in mergeAndAlignIds()
481 assert(std::all_of(b->getMaybeValues().begin() + offset, in mergeAndAlignIds()
482 b->getMaybeValues().begin() + b->getNumDimAndSymbolIds(), in mergeAndAlignIds()
3346 assert(otherCst.getMaybeValues() in unionBoundingBox()
3348 .equals(getMaybeValues().slice(0, getNumDimIds())) && in unionBoundingBox()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Analysis/
H A DAffineStructures.h840 inline ArrayRef<Optional<Value>> getMaybeValues() const { in getMaybeValues() function