Searched refs:int_value_or_err (Results 1 – 1 of 1) sorted by relevance
3223 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType() local3224 if (int_value_or_err) { in CastToBasicType()3228 int_value_or_err->extOrTrunc(type_byte_size * CHAR_BIT); in CastToBasicType()3234 llvm::toString(int_value_or_err.takeError()).c_str()); in CastToBasicType()3263 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType() local3264 if (int_value_or_err) { in CastToBasicType()3266 int_value_or_err->extOrTrunc(type_byte_size * CHAR_BIT); in CastToBasicType()3275 llvm::toString(int_value_or_err.takeError()).c_str()); in CastToBasicType()3280 auto int_value_or_err = GetValueAsAPSInt(); in CastToBasicType() local3281 if (int_value_or_err) { in CastToBasicType()[all …]