Searched defs:OperationIndices (Results 1 – 1 of 1) sorted by relevance
2085 struct OperationIndices { in costAndCollectOperands() struct2086 OperationIndices(unsigned Opc, size_t min, size_t max) : in costAndCollectOperands() argument2088 unsigned Opcode; in costAndCollectOperands()2089 size_t MinIdx; in costAndCollectOperands()2090 size_t MaxIdx; in costAndCollectOperands()