Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoopInfo.cpp1091 const MDOperand *AttrMD = in getOptionalIntLoopAttribute() local
1093 if (!AttrMD) in getOptionalIntLoopAttribute()
1096 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute()