pub fn new_phi_array<E>(phi: P<PhiNode>, elements: Vec<E>) -> PhiArrayNodewhere E: Into<ExprKind>,
Creates a new phi array node.