Searched refs:LastSubscript (Results 1 – 1 of 1) sorted by relevance
178 const SCEV *LastSubscript = getLastSubscript(); in hasSpacialReuse() local181 SE.getMinusSCEV(LastSubscript, OtherLastSubscript)); in hasSpacialReuse()186 << *LastSubscript << "\n\t" << OtherLastSubscript in hasSpacialReuse()408 const SCEV *LastSubscript = Subscripts.back(); in isConsecutive() local410 if (Subscript == LastSubscript) in isConsecutive()427 const SCEV *LastSubscript = getLastSubscript(); in getLastCoefficient() local428 assert(isa<SCEVAddRecExpr>(LastSubscript) && in getLastCoefficient()430 const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LastSubscript); in getLastCoefficient()