llvm::IndexPair

The pair of an instruction index and a operand index.

Synopsis

Declared in <llvm/IR/StructuralHash.h>

using IndexPair = std::pair<unsigned int, unsigned int>;