Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp1103 const MDOperand *AttrMD = in getOptionalIntLoopAttribute() local
1105 if (!AttrMD) in getOptionalIntLoopAttribute()
1108 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute()