Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp1340 ConstantInt *KindInt = mdconst::dyn_extract<ConstantInt>(MD->getOperand(1)); in mayHaveValueProfileOfKind() local
1341 if (!KindInt) in mayHaveValueProfileOfKind()
1343 if (KindInt->getZExtValue() != ValueKind) in mayHaveValueProfileOfKind()