Home
last modified time | relevance | path

Searched defs:StartPtr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp97 Value *StartPtr; member
359 Value *StartPtr, in tryMergingIntoMemset()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3385 std::optional<uint32_t> Lexer::tryReadNumericUCN(const char *&StartPtr, in tryReadNumericUCN()
3499 std::optional<uint32_t> Lexer::tryReadNamedUCN(const char *&StartPtr, in tryReadNamedUCN()
3593 uint32_t Lexer::tryReadUCN(const char *&StartPtr, const char *SlashLoc, in tryReadUCN()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp373 Value *StartPtr, in collectInitializers()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp779 uintptr_t StartPtr = reinterpret_cast<uintptr_t>(Start); in getRawData() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp847 static void visitPointers(Value *StartPtr, const Loop &InnermostLoop, in visitPointers()