Searched refs:IntMD (Results 1 – 2 of 2) sorted by relevance
1089 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local1091 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()1108 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local1109 if (!IntMD) in getOptionalIntLoopAttribute()1112 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
226 ConstantInt *IntMD = in addStringMetadataToLoop() local228 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()