Searched refs:IntMD (Results 1 – 2 of 2) sorted by relevance
1077 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local1079 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()1096 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local1097 if (!IntMD) in getOptionalIntLoopAttribute()1100 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
226 ConstantInt *IntMD = in addStringMetadataToLoop() local228 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()