Member predicate FunctionCompositionCall::getOperandNode
Gets the ith function in the composition f(g(h(...))), counting from left to right.
Note that this is the opposite of the order in which the function are invoked,
that is, g occurs later than f in f(g(...)) but is invoked before f.