Home
last modified time | relevance | path

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

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