Home
last modified time | relevance | path

Searched defs:TrailingZeros (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dswiss-hash-table-helpers.h149 int TrailingZeros() const { in TrailingZeros() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp5084 unsigned TrailingZeros = countTrailingZeros(Mask); in Select() local