Searched refs:SCEVConst (Results 1 – 1 of 1) sorted by relevance
246 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local248 if (SCEVConst == nullptr) { in hasTemporalReuse()253 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()