Searched defs:OperationIndices (Results 1 – 1 of 1) sorted by relevance
1814 struct OperationIndices { in costAndCollectOperands() struct1815 OperationIndices(unsigned Opc, size_t min, size_t max) : in costAndCollectOperands() argument1817 unsigned Opcode; in costAndCollectOperands()1818 size_t MinIdx; in costAndCollectOperands()1819 size_t MaxIdx; in costAndCollectOperands()