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

  /external/llvm/include/llvm/Transforms/Utils/
BuildLibCalls.h 63 /// EmitMemCmp - Emit a call to the memcmp function.
64 Value *EmitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 184 /// EmitMemCmp - Emit a call to the memcmp function.
185 Value *llvm::EmitMemCmp(Value *Ptr1, Value *Ptr2,
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 356 return EmitMemCmp(Str1P, Str2P,
394 return EmitMemCmp(Str1P, Str2P, CI->getArgOperand(2), B, TD);
    [all...]

Completed in 1279 milliseconds