ΒΆbool isGEPBasedOnPointerToString(
    const llvm::GEPOperator* GEP,
    unsigned int CharSize = 8)

Description

Returns true if the GEP is based on a pointer to a string (array of

Declared at: llvm/include/llvm/Analysis/ValueTracking.h:270

Parameters

const llvm::GEPOperator* GEP
unsigned int CharSize = 8