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.cpp1101 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local
1103 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()
1120 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local
1121 if (!IntMD) in getOptionalIntLoopAttribute()
1124 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp227 ConstantInt *IntMD = in addStringMetadataToLoop() local
229 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()