OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitStrLen
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
49
Value *
emitStrLen
(Value *Ptr, IRBuilderBase &B, const DataLayout &DL,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp
227
Value *DstLen =
emitStrLen
(Dst, B, DL, TLI);
315
if (Value *StrLen =
emitStrLen
(SrcStr, B, DL, TLI))
524
Value *StrLen =
emitStrLen
(Src, B, DL, TLI);
796
return
emitStrLen
(CI->getArgOperand(0), B, DL, TLI);
808
Value *StrLen =
emitStrLen
(CI->getArgOperand(1), B, DL, TLI);
2532
Value *Len =
emitStrLen
(CI->getArgOperand(2), B, DL, TLI);
3327
Value *StrLen =
emitStrLen
(Src, B, DL, TLI);
3366
return
emitStrLen
(CI->getArgOperand(0), B, CI->getModule()->getDataLayout(),
BuildLibCalls.cpp
1239
Value *llvm::
emitStrLen
(Value *Ptr, IRBuilderBase &B, const DataLayout &DL,
Completed in 58 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026