Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp241 ConstantInt *StackIdCInt = mdconst::dyn_extract<ConstantInt>(*Iter); in operator *() local
242 assert(StackIdCInt); in operator *()
243 return StackIdCInt->getZExtValue(); in operator *()