Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h426 inline void getAllValues(SmallVectorImpl<Value> *values) const { in getAllValues() function
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp310 constraints.getAllValues(&boundOperands); in getUpperBoundForIndex()