Searched refs:SCEVConst (Results 1 – 5 of 5) sorted by relevance
229 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local231 if (SCEVConst == nullptr) { in hasTemporalReuse()236 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
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()
134 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local136 if (SCEVConst) { in populateDependencyMatrix()137 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
139 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local141 if (SCEVConst) { in populateDependencyMatrix()142 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()
137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local139 if (SCEVConst) { in populateDependencyMatrix()140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()