Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dconstant.h57 bool HasNegativeExtent(const ConstantSubscripts &);
/external/llvm-project/flang/lib/Evaluate/
Dconstant.cpp96 bool HasNegativeExtent(const ConstantSubscripts &shape) { in HasNegativeExtent() function
Dfold-implementation.h565 } else if (HasNegativeExtent(shape.value())) { in Reshape()