Home
last modified time | relevance | path

Searched defs:IsSingleton (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtypes.h420 bool IsSingleton() const { in IsSingleton() function
/third_party/node/deps/v8/src/regexp/
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