Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp220 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local
222 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()
239 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local
240 if (!IntMD) in getOptionalIntLoopAttribute()
243 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()