Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp27 template<class T, size_t extent, size_t otherExtent>
28 std::span<T, extent> createImplicitSpan(std::span<T, otherExtent> s) { in createImplicitSpan()
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp2833 auto otherExtent = otherAligned.getConstantBoundOnDimSize( in unionBoundingBox() local
2835 if (!otherExtent.hasValue() || lbFloorDivisor != otherLbFloorDivisor) in unionBoundingBox()