Searched refs:ArrayShape (Results 1 – 2 of 2) sorted by relevance
92 struct ArrayShape { struct99 ArrayShape(const SCEVUnknown *B) : BasePointer(B) {} in ArrayShape() argument106 std::shared_ptr<ArrayShape> Shape;111 MemAcc(const Instruction *I, std::shared_ptr<ArrayShape> S) in MemAcc()279 std::shared_ptr<ArrayShape> Shape) const;
991 std::shared_ptr<ArrayShape> Shape) const { in computeAccessFunctions()1044 auto Shape = std::shared_ptr<ArrayShape>(new ArrayShape(BasePointer)); in hasBaseAffineAccesses()