Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1078 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local
1080 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()
1097 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local
1098 if (!IntMD) in getOptionalIntLoopAttribute()
1101 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp226 ConstantInt *IntMD = in addStringMetadataToLoop() local
228 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()