Searched defs:ComputationSliceState (Results 1 – 1 of 1) sorted by relevance
61 struct ComputationSliceState { struct64 SmallVector<Value, 4> ivs;66 SmallVector<AffineMap, 4> lbs;68 SmallVector<AffineMap, 4> ubs;70 std::vector<SmallVector<Value, 4>> lbOperands;72 std::vector<SmallVector<Value, 4>> ubOperands;74 Block::iterator insertPoint;87 bool isEmpty() const { return ivs.empty(); } in isEmpty()