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

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 28 /// EmitStrLen - Emit a call to the strlen function to the builder, for the
31 Value *EmitStrLen(Value *Ptr, IRBuilder<> &B, const TargetData *TD);
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 167 Value *DstLen = EmitStrLen(Dst, B, TD);
657 return EmitStrLen(CI->getArgOperand(0), B, TD);
681 Value *StrLen = EmitStrLen(CI->getArgOperand(1), B, TD);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 35 /// EmitStrLen - Emit a call to the strlen function to the builder, for the
37 Value *llvm::EmitStrLen(Value *Ptr, IRBuilder<> &B, const TargetData *TD) {

Completed in 52 milliseconds