Function phi [src]

Prototype

pub fn phi(self: *WipFunction, ty: Type, name: []const u8) Allocator.Error!WipPhi

Parameters

self: *WipFunctionty: Typename: []const u8

Source

pub fn phi(self: *WipFunction, ty: Type, name: []const u8) Allocator.Error!WipPhi { return self.phiTag(.phi, ty, name); }