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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BuildLibCalls.h 37 /// EmitStrNCmp - Emit a call to the strncmp function to the builder.
38 Value *EmitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BuildLibCalls.cpp 72 /// EmitStrNCmp - Emit a call to the strncmp function to the builder.
73 Value *llvm::EmitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 680 Value *StrNCmp = EmitStrNCmp(CI->getArgOperand(0), CI->getArgOperand(1),
    [all...]

Completed in 1062 milliseconds