Searched refs:GetRawBits64 (Results 1 – 3 of 3) sorted by relevance
194 if (!AssignToMatchType(cast_scalar, scalar.GetRawBits64(0), value->getType())) in AssignValue()687 result = L.GetRawBits64(0) / R.GetRawBits64(1); in Interpret()695 result = L.GetRawBits64(0) % R.GetRawBits64(1); in Interpret()898 if (C.GetRawBits64(0)) in Interpret()1049 result = (L.GetRawBits64(0) > R.GetRawBits64(0)); in Interpret()1052 result = (L.GetRawBits64(0) >= R.GetRawBits64(0)); in Interpret()1055 result = (L.GetRawBits64(0) < R.GetRawBits64(0)); in Interpret()1058 result = (L.GetRawBits64(0) <= R.GetRawBits64(0)); in Interpret()
222 GetRawBits64 (uint64_t fail_value) const;
820 Scalar::GetRawBits64(uint64_t fail_value) const in GetRawBits64() function in Scalar