Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.cpp307 unsigned numMemrefOperands = llvm::count_if(operands, isMemref); insertDeallocOpForReturnLike() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOwnershipBasedBufferDeallocation.cpp715 unsigned numMemrefOperands = llvm::count_if(entryOperands, isMemref); in handleInterface() local