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
74
///
EmitMemCmp
- Emit a call to the memcmp function.
75
Value *
EmitMemCmp
(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
238
///
EmitMemCmp
- Emit a call to the memcmp function.
239
Value *llvm::
EmitMemCmp
(Value *Ptr1, Value *Ptr2,
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
362
return
EmitMemCmp
(Str1P, Str2P,
400
return
EmitMemCmp
(Str1P, Str2P, CI->getArgOperand(2), B, TD, TLI);
[
all
...]
Completed in 18 milliseconds