Home
last modified time | relevance | path

Searched refs:IntMD (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp741 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local
743 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()
760 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local
761 if (!IntMD) in getOptionalIntLoopAttribute()
764 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp1073 if (ConstantInt *IntMD = in getOptionalBoolLoopAttribute() local
1075 return IntMD->getZExtValue(); in getOptionalBoolLoopAttribute()
1092 ConstantInt *IntMD = mdconst::extract_or_null<ConstantInt>(AttrMD->get()); in getOptionalIntLoopAttribute() local
1093 if (!IntMD) in getOptionalIntLoopAttribute()
1096 return IntMD->getSExtValue(); in getOptionalIntLoopAttribute()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp226 ConstantInt *IntMD = in addStringMetadataToLoop() local
228 if (IntMD && IntMD->getSExtValue() == V) in addStringMetadataToLoop()