Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DScalarEvolutionExpander.cpp2247 struct OperationIndices { in costAndCollectOperands() struct
2248 OperationIndices(unsigned Opc, size_t min, size_t max) : in costAndCollectOperands() argument
2250 unsigned Opcode; in costAndCollectOperands()
2251 size_t MinIdx; in costAndCollectOperands()
2252 size_t MaxIdx; in costAndCollectOperands()