Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp235 ConstantInt *IntMD = in addStringMetadataToLoop() local
237 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()
288 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local
290 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()
321 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local
322 if (!IntMD) in getOptionalIntLoopAttribute()
325 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()