Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp1030 ConstantInt *TotalCInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(2)); in getValueProfDataFromInst() local
1031 if (!TotalCInt) in getValueProfDataFromInst()
1033 TotalC = TotalCInt->getZExtValue(); in getValueProfDataFromInst()