A function that takes an instruction and an operand index and returns true if the operand should be ignored in the function hash computation.

Synopsis

Declared in <llvm/IR/StructuralHash.h>

using IgnoreOperandFunc = std::function<bool(Instruction const*, unsigned int)>;

Created with MrDocs