Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp1066 ConstantInt *TotalCInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(2)); in getValueProfDataFromInst() local
1067 if (!TotalCInt) in getValueProfDataFromInst()
1069 TotalC = TotalCInt->getZExtValue(); in getValueProfDataFromInst()