Function valueIndex [src]
Prototype
pub fn valueIndex(self: Instruction.Index, function: *const Function) u32
Parameters
self: Instruction.Index
function: *const Function
Source
pub fn valueIndex(self: Instruction.Index, function: *const Function) u32 {
return function.value_indices[@intFromEnum(self)];
}