Searched refs:IntMD (Results 1 – 3 of 3) sorted by relevance
741 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local743 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()760 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local761 if (!IntMD) in getOptionalIntLoopAttribute()764 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
1073 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local1075 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()1092 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local1093 if (!IntMD) in getOptionalIntLoopAttribute()1096 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
226 ConstantInt *IntMD = in addStringMetadataToLoop() local228 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()