(&self)
| 61 | } |
| 62 | |
| 63 | pub fn is_varargs(&self) -> bool { |
| 64 | matches!(self.kind.fields, OperandKindFields::VariableArgs) |
| 65 | } |
| 66 | |
| 67 | /// Returns true if the operand has an immediate kind or is an EntityRef. |
| 68 | pub fn is_immediate_or_entityref(&self) -> bool { |
no outgoing calls
no test coverage detected