Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp268 ConstantInt *StackIdCInt = mdconst::dyn_extract<ConstantInt>(*Iter); in operator *() local
269 assert(StackIdCInt); in operator *()
270 return StackIdCInt->getZExtValue(); in operator *()