isPhi

open val isPhi: Boolean

Answer whether this operation is a phi-function. This is a convenient fiction that allows control flow to merge while in SSA form.

Return

true if this is a phi operation, false otherwise.