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

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 40 /// EmitStrChr - Emit a call to the strchr function to the builder, for the
43 Value *EmitStrChr(Value *Ptr, char C, IRBuilder<> &B, const TargetData *TD,
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 308 return EmitStrChr(SrcStr, '\0', B, TD, TLI);
618 return EmitStrChr(CI->getArgOperand(0), S2[0], B, TD, TLI);
774 Value *StrChr= EmitStrChr(CI->getArgOperand(0), ToFindStr[0], B, TD, TLI);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 87 /// EmitStrChr - Emit a call to the strchr function to the builder, for the
90 Value *llvm::EmitStrChr(Value *Ptr, char C, IRBuilder<> &B,

Completed in 67 milliseconds