Searched refs:IntMD (Results 1 – 1 of 1) sorted by relevance
220 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local222 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()239 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local240 if (!IntMD) in getOptionalIntLoopAttribute()243 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()