Searched defs:InvalidIndex (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ | ||
H A D | WasmObjectWriter.cpp | 119 static const uint32_t InvalidIndex = -1; global() variable |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VectorCombine.cpp | 61 static const unsigned InvalidIndex = std::numeric_limits<unsigned>::max(); global() variable |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.cpp | 1440 static const unsigned InvalidIndex = ~0U; global() member in __anon78e357f60511::ClangToLLVMArgMapping |