Home
last modified time | relevance | path

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

/external/llvm-project/mlir/unittests/IR/
DOperationSupportTest.cpp128 MutableOperandRange mutableOperands(user); in TEST() local
129 mutableOperands.assign(operand); in TEST()
130 EXPECT_EQ(mutableOperands.size(), 1u); in TEST()
134 mutableOperands.assign({operand, operand, operand}); in TEST()
135 EXPECT_EQ(mutableOperands.size(), 3u); in TEST()
139 mutableOperands.append({operand, operand}); in TEST()
140 EXPECT_EQ(mutableOperands.size(), 5u); in TEST()
144 mutableOperands.clear(); in TEST()
145 EXPECT_EQ(mutableOperands.size(), 0u); in TEST()
/external/llvm-project/mlir/lib/Transforms/
DBufferDeallocation.cpp264 auto mutableOperands = in introduceBlockArgCopy() local
266 if (!mutableOperands.hasValue()) in introduceBlockArgCopy()
270 mutableOperands.getValue() in introduceBlockArgCopy()