Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DInstrProf.cpp745 ConstantInt *TotalCInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(2)); in getValueProfDataFromInst() local
746 if (!TotalCInt) in getValueProfDataFromInst()
748 TotalC = TotalCInt->getZExtValue(); in getValueProfDataFromInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProf.cpp887 ConstantInt *TotalCInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(2)); in getValueProfDataFromInst() local
888 if (!TotalCInt) in getValueProfDataFromInst()
890 TotalC = TotalCInt->getZExtValue(); in getValueProfDataFromInst()