OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitMemChr
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h
69
///
EmitMemChr
- Emit a call to the memchr function. This assumes that Ptr is
71
Value *
EmitMemChr
(Value *Ptr, Value *Val, Value *Len, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp
212
///
EmitMemChr
- Emit a call to the memchr function. This assumes that Ptr is
214
Value *llvm::
EmitMemChr
(Value *Ptr, Value *Val,
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
261
return
EmitMemChr
(SrcStr, CI->getArgOperand(1), // include nul.
[
all
...]
Completed in 18 milliseconds