Return true if the instruction is idempotent.
Declared in <llvm/IR/Instruction.h>
<llvm/IR/Instruction.h>
bool isIdempotent() const;
Idempotent operators satisfy: x op x === x
In LLVM, the And and Or operators are idempotent.
True if this instruction is idempotent.