Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBlockAndValueMapping.h77 const DenseMap<Value, Value> &getValueMap() const { return valueMap; } in getValueMap() function
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp140 for (auto &it : mapping.getValueMap()) in getInverse()