Home
last modified time | relevance | path

Searched defs:ComputationSliceState (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h259 struct ComputationSliceState { struct
262 SmallVector<Value, 4> ivs;
264 SmallVector<AffineMap, 4> lbs;
266 SmallVector<AffineMap, 4> ubs;
268 std::vector<SmallVector<Value, 4>> lbOperands;
270 std::vector<SmallVector<Value, 4>> ubOperands;
272 Block::iterator insertPoint;
291 bool isEmpty() const { return ivs.empty(); } in isEmpty()