Home
last modified time | relevance | path

Searched refs:subSlice (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DOperationSupport.cpp427 MutableOperandRange subSlice(owner, start + subStart, subLen, in slice() local
430 subSlice.operandSegments.push_back(*segment); in slice()
431 return subSlice; in slice()