Home
last modified time | relevance | path

Searched refs:ConstantCost (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp341 if (auto ConstantCost = dyn_cast<SCEVConstant>(RefCost)) in computeRefCost() local
342 return ConstantCost->getValue()->getZExtValue(); in computeRefCost()