Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DUtils.h75 struct ComputationSliceState { struct
78 SmallVector<Value, 4> ivs;
80 SmallVector<AffineMap, 4> lbs;
82 SmallVector<AffineMap, 4> ubs;
84 std::vector<SmallVector<Value, 4>> lbOperands;
86 std::vector<SmallVector<Value, 4>> ubOperands;
88 Block::iterator insertPoint;
107 bool isEmpty() const { return ivs.empty(); } in isEmpty()