Return a location representing argument ArgIdx of call Call.

Synopsis

Declared in <llvm/Analysis/MemoryLocation.h>

static
MemoryLocation
getForArgument(
    CallBase const* Call,
    unsigned int ArgIdx,
    TargetLibraryInfo const& TLI);

Return Value

MemoryLocation for argument ArgIdx of Call.

Parameters

Name

Description

Call

Call whose argument memory location is requested.

ArgIdx

Zero‐based index of the argument.

TLI

Target library info for recognizing builtins.

Created with MrDocs