Searched refs:IntMD (Results 1 – 2 of 2) sorted by relevance
1101 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local1103 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()1120 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local1121 if (!IntMD) in getOptionalIntLoopAttribute()1124 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
227 ConstantInt *IntMD = in addStringMetadataToLoop() local229 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()