Searched refs:LastSubscript (Results 1 – 1 of 1) sorted by relevance
180 const SCEV *LastSubscript = getLastSubscript(); in hasSpacialReuse() local183 SE.getMinusSCEV(LastSubscript, OtherLastSubscript)); in hasSpacialReuse()188 << *LastSubscript << "\n\t" << OtherLastSubscript in hasSpacialReuse()410 const SCEV *LastSubscript = Subscripts.back(); in isConsecutive() local412 if (Subscript == LastSubscript) in isConsecutive()429 const SCEV *LastSubscript = getLastSubscript(); in getLastCoefficient() local430 assert(isa<SCEVAddRecExpr>(LastSubscript) && in getLastCoefficient()432 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LastSubscript); in getLastCoefficient()