Lines Matching refs:ConstantInt

289   if (ConstantInt *Behavior = mdconst::dyn_extract_or_null<ConstantInt>(MD)) {  in isValidModFlagBehavior()
364 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Behavior)), in addModuleFlag()
375 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in addModuleFlag()
380 assert(mdconst::hasa<ConstantInt>(Node->getOperand(0)) && in addModuleFlag()
408 setModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val)); in setModuleFlag()
570 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getNumberRegisterParameters()
577 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getDwarfVersion()
582 return Val && cast<ConstantInt>(Val->getValue())->isOne(); in isDwarf64()
589 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getCodeViewFlag()
612 cast<ConstantInt>(Val->getValue())->getZExtValue()); in getPICLevel()
628 cast<ConstantInt>(Val->getValue())->getZExtValue()); in getPIELevel()
642 cast<ConstantInt>(Val->getValue())->getZExtValue()); in getCodeModel()
660 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getLargeDataThreshold()
667 ConstantInt::get(Type::getInt64Ty(Context), Threshold)); in setLargeDataThreshold()
689 return cast<ConstantInt>(Val->getValue())->getZExtValue(); in getSemanticInterposition()
702 return Val && (cast<ConstantInt>(Val->getValue())->getZExtValue() > 0); in getRtLibUseGOT()
713 return cast<ConstantInt>(Val->getValue())->getZExtValue() > 0; in getDirectAccessExternalData()
723 return UWTableKind(cast<ConstantInt>(Val->getValue())->getZExtValue()); in getUwtable()
734 Val ? cast<ConstantInt>(Val->getValue())->getZExtValue() : 0); in getFramePointer()
779 if (auto *CI = mdconst::dyn_extract_or_null<ConstantInt>(MD)) in getStackProtectorGuardOffset()
790 if (auto *CI = mdconst::dyn_extract_or_null<ConstantInt>(MD)) in getOverrideStackAlignment()
797 if (auto *CI = mdconst::dyn_extract_or_null<ConstantInt>(MD)) in getMaxTLSAlignment()