Return true if the object has been sign‐extended.
Synopsis
Declared in <llvm/CodeGen/MachineFrameInfo.h>
bool
isObjectSExt(int ObjectIdx) const;
Return Value
True if the object has been sign‐extended.
Parameters
Name |
Description |
ObjectIdx |
Frame index of the object. |
Created with MrDocs