Lines Matching refs:ConstantInt
266 if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) { in isValidModFlagBehavior()
341 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Behavior)), in addModuleFlag()
352 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in addModuleFlag()
357 assert(mdconst::hasa<ConstantInt>(Node->getOperand(0)) && in addModuleFlag()
539 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getNumberRegisterParameters()
546 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getDwarfVersion()
551 return Val && cast<ConstantInt>(Val->getValue())->isOne(); in isDwarf64()
558 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getCodeViewFlag()
581 cast<ConstantInt>(Val->getValue())->getZExtValue()); in getPICLevel()
597 cast<ConstantInt>(Val->getValue())->getZExtValue()); in getPIELevel()
611 cast<ConstantInt>(Val->getValue())->getZExtValue()); in getCodeModel()
629 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getLargeDataThreshold()
636 ConstantInt::get(Type::getInt64Ty(Context), Threshold)); in setLargeDataThreshold()
658 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getSemanticInterposition()
671 return Val && (cast<ConstantInt>(Val->getValue())->getZExtValue() > 0); in getRtLibUseGOT()
682 return cast<ConstantInt>(Val->getValue())->getZExtValue() > 0; in getDirectAccessExternalData()
692 return UWTableKind(cast<ConstantInt>(Val->getValue())->getZExtValue()); in getUwtable()
703 Val ? cast<ConstantInt>(Val->getValue())->getZExtValue() : 0); in getFramePointer()
748 if (auto *CI = mdconst::dyn_extract_or_null<ConstantInt>(MD)) in getStackProtectorGuardOffset()
759 if (auto *CI = mdconst::dyn_extract_or_null<ConstantInt>(MD)) in getOverrideStackAlignment()
766 if (auto *CI = mdconst::dyn_extract_or_null<ConstantInt>(MD)) in getMaxTLSAlignment()