Searched refs:int_ty (Results 1 – 10 of 10) sorted by relevance
63 } else if (auto int_ty = ty.dyn_cast<IntegerType>()) { in GetScalarOfType() local64 APInt value(int_ty.getWidth(), static_cast<int64_t>(raw_value), true); in GetScalarOfType()
332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords() local333 bit_width = int_ty->width(); in EncodeIntegerAsWords()334 result_type_signed = int_ty->IsSigned(); in EncodeIntegerAsWords()
572 analysis::Integer int_ty(32, false); in GetScopeConstant() local573 uint32_t int_id = context()->get_type_mgr()->GetTypeInstruction(&int_ty); in GetScopeConstant()
36 auto int_ty = ty.cast<IntegerType>(); in GetScalarOfType() local37 IntegerAttr attr = IntegerAttr::get(int_ty, raw_value); in GetScalarOfType()
79 } else if (auto int_ty = ty.dyn_cast_or_null<IntegerType>()) { in GetScalarOfType() local80 IntegerAttr attr = IntegerAttr::get(int_ty, raw_value); in GetScalarOfType()
1616 Some(int_ty) => { in codegen()1618 int_ty in codegen()