Home | History | Annotate | Download | only in Expression

Lines Matching full:apint

154             APInt value_apint;
213 bool ResolveConstantValue (APInt &value, const Constant *constant)
267 value += APInt(value.getBitWidth(), offset, is_signed);
277 value = APInt(m_target_data.getPointerSizeInBits(), 0);
319 APInt resolved_value;