structstd.zig.llvm.Builder.Function.Instruction.GetElementPtr[src]

Fields

type: Type
base: Value
indices_len: u32

Source Code

Source code
pub const GetElementPtr = struct {
    type: Type,
    base: Value,
    indices_len: u32,
    //indices: [indices_len]Value,

    pub const Kind = Constant.GetElementPtr.Kind;
}