Searched refs:IntMD (Results 1 – 2 of 2) sorted by relevance
1078 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local1080 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()1097 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local1098 if (!IntMD) in getOptionalIntLoopAttribute()1101 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
226 ConstantInt *IntMD = in addStringMetadataToLoop() local228 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()