OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitMemCmp
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
62
///
EmitMemCmp
- Emit a call to the memcmp function.
63
Value *
EmitMemCmp
(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
180
///
EmitMemCmp
- Emit a call to the memcmp function.
181
Value *llvm::
EmitMemCmp
(Value *Ptr1, Value *Ptr2,
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
359
return
EmitMemCmp
(Str1P, Str2P,
397
return
EmitMemCmp
(Str1P, Str2P, CI->getArgOperand(2), B, TD);
[
all
...]
Completed in 2892 milliseconds