Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DBitVector.h193 unsigned FirstWord = Begin / BITWORD_SIZE; variable
229 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_in() local
266 unsigned FirstWord = Begin / BITWORD_SIZE; in find_last_unset_in() local
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVMCCodeEmitter.cpp112 const uint32_t FirstWord = (NumWords << 16) | OpCode; in encodeInstruction() local
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp591 StringRef FirstWord = ContentWithNoDecoration.substr( in getContentIndent() local