How can I check if an operand is a static variable in the IR? I've read that their linkage type should be marked as "internal" in the .s file, but I can't find a way to test if an Instruction has static variables as operands. Can you help me? Thank you in advance, Niko