Home
last modified time | relevance | path

Searched defs:OperationIndices (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2085 struct OperationIndices { in costAndCollectOperands() struct
2086 OperationIndices(unsigned Opc, size_t min, size_t max) : in costAndCollectOperands() argument
2088 unsigned Opcode; in costAndCollectOperands()
2089 size_t MinIdx; in costAndCollectOperands()
2090 size_t MaxIdx; in costAndCollectOperands()