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 33 /// EmitStrChr - Emit a call to the strchr function to the builder, for the
36 Value *EmitStrChr(Value *Ptr, char C, IRBuilder<> &B, const TargetData *TD);
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 56 /// EmitStrChr - Emit a call to the strchr function to the builder, for the
59 Value *llvm::EmitStrChr(Value *Ptr, char C, IRBuilder<> &B,
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 302 return EmitStrChr(SrcStr, '\0', B, TD);
568 return EmitStrChr(CI->getArgOperand(0), S2[0], B, TD);
720 return B.CreateBitCast(EmitStrChr(CI->getArgOperand(0),
    [all...]

Completed in 51 milliseconds