Home
last modified time | relevance | path

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

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