Searched refs:SCEVConst (Results 1 – 2 of 2) sorted by relevance
247 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local249 if (SCEVConst == nullptr) { in hasTemporalReuse()254 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local139 if (SCEVConst) { in populateDependencyMatrix()140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()