Home
last modified time | relevance | path

Searched refs:IsSingleton (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dconstant-folding-reducer.cc38 DCHECK_EQ(result != nullptr, type.IsSingleton()); in TryGetConstant()
Dtypes.h420 bool IsSingleton() const { in IsSingleton() function
Dtypes.cc1110 if (Type(bitset).IsSingleton()) return Type(bitset); in HeapConstant()
Doperation-typer.cc1262 if (lhs.IsSingleton() && rhs.Is(lhs)) { in StrictEqual()
Dverifier.cc1616 CHECK(type.IsSingleton()); in Check()
Dtyper.cc1048 if (lhs.IsSingleton() && rhs.Is(lhs)) { in JSEqualTyper()
Djs-typed-lowering.cc888 if (r.type().IsSingleton()) { in ReduceJSStrictEqual()
/third_party/node/deps/v8/src/regexp/
Dregexp-ast.cc180 if (!that.IsSingleton()) { in VisitCharacterRange()
Dregexp-ast.h128 bool IsSingleton() const { return from_ == to_; } in IsSingleton() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6958 bool IsSingleton = Ingredient2Recipe.count(I); in tryToWiden() local
6964 if (!IsSingleton && !VPBB->empty() && LastExtensibleRecipe == &VPBB->back() && in tryToWiden()
6969 if (!IsSingleton) in tryToWiden()