Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp1093 ConstantInt *TotalCInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(2)); in getValueProfDataFromInst() local
1094 if (!TotalCInt) in getValueProfDataFromInst()
1096 TotalC = TotalCInt->getZExtValue(); in getValueProfDataFromInst()