Searched refs:SCEVConst (Results 1 – 2 of 2) sorted by relevance
238 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local240 if (SCEVConst == nullptr) { in hasTemporalReuse()245 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
140 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local142 if (SCEVConst) { in populateDependencyMatrix()143 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()