Searched defs:ComputationSliceState (Results 1 – 1 of 1) sorted by relevance
259 struct ComputationSliceState { struct262 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()