HomeSort by relevance Sort by last modified time
    Searched refs:EmitStrNLen (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 34 /// EmitStrNLen - Emit a call to the strnlen function to the builder, for the
37 Value *EmitStrNLen(Value *Ptr, Value *MaxLen, IRBuilder<> &B,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 60 /// EmitStrNLen - Emit a call to the strnlen function to the builder, for the
63 Value *llvm::EmitStrNLen(Value *Ptr, Value *MaxLen, IRBuilder<> &B,

Completed in 19 milliseconds