OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitStrLen
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
28
///
EmitStrLen
- Emit a call to the strlen function to the builder, for the
31
Value *
EmitStrLen
(Value *Ptr, IRBuilder<> &B, const TargetData *TD,
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
171
Value *DstLen =
EmitStrLen
(Dst, B, TD, TLI);
489
Value *StrLen =
EmitStrLen
(Src, B, TD, TLI);
707
return
EmitStrLen
(CI->getArgOperand(0), B, TD, TLI);
731
Value *StrLen =
EmitStrLen
(CI->getArgOperand(1), B, TD, TLI);
[
all
...]
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
35
///
EmitStrLen
- Emit a call to the strlen function to the builder, for the
37
Value *llvm::
EmitStrLen
(Value *Ptr, IRBuilder<> &B, const TargetData *TD,
Completed in 19 milliseconds