OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitStrNCmp
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
46
///
EmitStrNCmp
- Emit a call to the strncmp function to the builder.
47
Value *
EmitStrNCmp
(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
118
///
EmitStrNCmp
- Emit a call to the strncmp function to the builder.
119
Value *llvm::
EmitStrNCmp
(Value *Ptr1, Value *Ptr2, Value *Len,
SimplifyLibCalls.cpp
889
Value *StrNCmp =
EmitStrNCmp
(CI->getArgOperand(0), CI->getArgOperand(1),
[
all
...]
Completed in 145 milliseconds