Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DDeadCodeAnalysis.cpp312 static Optional<SmallVector<Attribute>> getOperandValuesImpl( in getOperandValuesImpl() function
329 return getOperandValuesImpl(op, [&](Value value) { in getOperandValues()