| 188 | } |
| 189 | |
| 190 | bool |
| 191 | FunctionInvocationBinary::is_0_or_1(void) const |
| 192 | { |
| 193 | return eFunc==eCmpGt || eFunc==eCmpLt || eFunc==eCmpGe || eFunc==eCmpLe || eFunc==eCmpEq || eFunc==eCmpNe; |
| 194 | } |
| 195 | |
| 196 | bool |
| 197 | FunctionInvocationBinary::is_return_type_float() const |
nothing calls this directly
no outgoing calls
no test coverage detected