Searched refs:getAsSignedConstant (Results 1 – 9 of 9) sorted by relevance
336 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()353 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()356 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()358 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()360 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()363 OS << std::to_string(*V->getAsSignedConstant()); in appendTemplateParameters()379 auto Val = *V->getAsSignedConstant(); in appendTemplateParameters()
542 UpperBoundAttr->getAsSignedConstant()) { in getTypeSizeImpl()545 LowerBound = LowerBoundAttr->getAsSignedConstant().value_or(0); in getTypeSizeImpl()
709 std::optional<int64_t> DWARFFormValue::getAsSignedConstant() const { in getAsSignedConstant() function in DWARFFormValue
117 std::optional<int64_t> getAsSignedConstant() const;275 return V->getAsSignedConstant(); in toSigned()
51 Val->getAsSignedConstant()) { in addArrayDimension()144 else if (std::optional<int64_t> ConstVal = Val->getAsSignedConstant()) in addTemplateParamNames()270 } else if (std::optional<int64_t> ConstVal = Val->getAsSignedConstant()) { in addValueName()
399 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttr()470 Value = *Val.getAsSignedConstant(); in cloneScalarAttr()
1678 else if (std::optional<int64_t> Val = FileIdxValue.getAsSignedConstant()) in getDirAndFilenameFromLineTable()
284 return *FormValue.getAsSignedConstant(); in processOneAttribute()327 int64_t Value = *FormValue.getAsSignedConstant(); in processOneAttribute()
1430 else if (auto OptionalValue = Val.getAsSignedConstant()) in cloneScalarAttribute()1505 Value = *Val.getAsSignedConstant(); in cloneScalarAttribute()