Home
last modified time | relevance | path

Searched refs:unioned (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dtypes.cc990 UnionType* unioned = union_type->AsUnion(); in NormalizeUnion() local
992 DCHECK(unioned->Get(0)->IsBitset()); in NormalizeUnion()
995 return unioned->Get(0); in NormalizeUnion()
997 bitset bits = unioned->Get(0)->AsBitset(); in NormalizeUnion()
1001 if (representation == unioned->Get(1)->Representation()) { in NormalizeUnion()
1002 return unioned->Get(1); in NormalizeUnion()
1004 if (unioned->Get(1)->IsRange()) { in NormalizeUnion()
1005 return RangeType::New(unioned->Get(1)->AsRange()->Min(), in NormalizeUnion()
1006 unioned->Get(1)->AsRange()->Max(), in NormalizeUnion()
1007 unioned->Get(0)->AsBitset(), zone); in NormalizeUnion()
[all …]
Dtypes.h915 static Type* NormalizeUnion(Type* unioned, int size, Zone* zone);
/external/dagger2/
DCHANGELOG.md63 * Set bindings are now unioned when calling `.plus()`.