Searched defs:MappedValue (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/include/llvm/TableGen/ | ||
H A D | Record.h | 2242 struct MappedValue { global() struct |
/llvm-project/mlir/include/mlir/Dialect/Transform/Interfaces/ | ||
H A D | TransformInterfaces.h | 30 using MappedValue = llvm::PointerUnion<Operation *, Param, Value>; variable |