Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp65 bool needsOperandStorage = in create() local
73 needsOperandStorage ? 1 : 0, numSuccessors, numRegions, numOperands); in create()
83 attributes.getDictionary(location.getContext()), needsOperandStorage); in create()
102 if (needsOperandStorage) { in create()