Emit a call to the bcmp function.
Declared in <llvm/Transforms/Utils/BuildLibCalls.h>
Value*
emitBCmp(
Value* Ptr1,
Value* Ptr2,
Value* Len,
IRBuilderBase& B,
DataLayout const& DL,
TargetLibraryInfo const* TLI);
LLVM Value Representation
| Name | Description |
|---|---|
| Ptr1 | LLVM Value Representation |
| Ptr2 | LLVM Value Representation |
| Len | LLVM Value Representation |
| B | Common base class shared among various IRBuilders. |
| DL | A parsed version of the target data layout string in and methods for querying it. |
| TLI | Provides information about what library functions are available for the current target. |