Lines Matching refs:Is

165       if (output_type->Is(Type::Signed32())) {  in GetTaggedRepresentationFor()
168 } else if (output_type->Is(Type::Unsigned32())) { in GetTaggedRepresentationFor()
190 if (output_type->Is(Type::Unsigned32())) { in GetTaggedRepresentationFor()
192 } else if (output_type->Is(Type::Signed32())) { in GetTaggedRepresentationFor()
222 if (output_type->Is(Type::Unsigned32())) { in GetFloat32RepresentationFor()
240 if (output_type->Is(Type::Signed32())) { in GetFloat32RepresentationFor()
245 DCHECK(output_type->Is(Type::Unsigned32()) || in GetFloat32RepresentationFor()
274 if (output_type->Is(Type::Signed32())) { in GetFloat64RepresentationFor()
278 DCHECK(output_type->Is(Type::Unsigned32())); in GetFloat64RepresentationFor()
295 if (output_type->Is(Type::Signed32())) { in GetFloat64RepresentationFor()
300 DCHECK(output_type->Is(Type::Unsigned32()) || in GetFloat64RepresentationFor()
344 if (output_type->Is(Type::Unsigned32()) || type->Is(Type::Unsigned32())) { in GetWord32RepresentationFor()
346 } else if (output_type->Is(Type::Signed32()) || in GetWord32RepresentationFor()
347 type->Is(Type::Signed32())) { in GetWord32RepresentationFor()
354 if (output_type->Is(Type::Unsigned32()) || type->Is(Type::Unsigned32())) { in GetWord32RepresentationFor()
356 } else if (output_type->Is(Type::Signed32()) || in GetWord32RepresentationFor()
357 type->Is(Type::Signed32())) { in GetWord32RepresentationFor()
363 if (output_type->Is(Type::Unsigned32()) || type->Is(Type::Unsigned32())) { in GetWord32RepresentationFor()
365 } else if (output_type->Is(Type::Signed32()) || in GetWord32RepresentationFor()
366 type->Is(Type::Signed32())) { in GetWord32RepresentationFor()