Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1089 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local
1091 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()
1108 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local
1109 if (!IntMD) in getOptionalIntLoopAttribute()
1112 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp226 ConstantInt *IntMD = in addStringMetadataToLoop() local
228 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()