Searched defs:EmitStrChr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp92 /// EmitStrChr - Emit a call to the strchr function to the builder, for the
95 Value *llvm::EmitStrChr(Value *Ptr, char C, IRBuilder<> &B, function in class:llvm

Completed in 136 milliseconds