Searched refs:IntMD (Results 1 – 2 of 2) sorted by relevance
1079 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local1081 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()1098 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local1099 if (!IntMD) in getOptionalIntLoopAttribute()1102 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
234 ConstantInt *IntMD = in addStringMetadataToLoop() local236 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()