Whether creating a constant expression for this getelementptr type is supported.
Declared in <llvm/IR/Constants.h>
static
bool
isSupportedGetElementPtr(Type const* SrcElemTy);
True if a GEP constant expression over SrcElemTy is supported.
| Name | Description |
|---|---|
| SrcElemTy | The GEP source element type. |