Searched refs:IsInt32 (Results 1 – 12 of 12) sorted by relevance
328 if (!IsInt32(gather_loop_trip_count)) { in ExpandInstruction()
368 if (!IsInt32(scatter_loop_trip_count)) { in ExpandScatter()
315 return hValue->IsInt32(); in IsInteger()
514 bool IsInt32(T x) { in IsInt32() function
143 VIXL_ASSERT(IsInt32(immediate) || IsUint32(immediate)); in From()
191 VIXL_ASSERT(IsInt32(offset)); in GetCursorOffset()
306 if (sub_shape.IsArray() && !IsInt32(ShapeUtil::ElementsIn(sub_shape))) { in GetIndexTypeForKernel()316 if (!IsInt32(launch_size)) { in GetIndexTypeForKernel()
417 VIXL_ASSERT(IsUint32(imm) || IsInt32(imm) || rd.Is64Bits()); in MoveImmediateHelper()
232 VIXL_ASSERT(IsUint32(low64_) || IsInt32(low64_)); in GetRawValue32()
1857 VIXL_ASSERT(IsUint32(imm) || IsInt32(imm)); in Ldr()
2320 bool IsInt32() const;
3478 bool Value::IsInt32() const { in IsInt32() function in v8::Value3759 Utils::ApiCheck(that->IsInt32(), "v8::Int32::Cast", in CheckCast()