struct GetElementPtr [src]

Fields

type: Type
base: Value
indices_len: u32

Members

Source

pub const GetElementPtr = struct { type: Type, base: Value, indices_len: u32, //indices: [indices_len]Value, pub const Kind = Constant.GetElementPtr.Kind; }