Searched refs:IntMD (Results 1 – 1 of 1) sorted by relevance
235 ConstantInt *IntMD = in addStringMetadataToLoop() local237 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()288 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local290 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()321 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local322 if (!IntMD) in getOptionalIntLoopAttribute()325 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()