Home
last modified time | relevance | path

Searched defs:mapElement (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DTypeRange.h124 Type mapElement(Value value) const { return value.getType(); } mapElement() function
H A DDialectInterface.h127 const InterfaceT &mapElement(const DialectInterface *interface) const { mapElement() function
H A DUseDefLists.h351 Operation *mapElement(OperandType &value) const { return value.getOwner(); } in mapElement() function
/llvm-project/mlir/lib/IR/
H A DTypeUtilities.cpp168 Type OperandElementTypeIterator::mapElement(Value value) const { in mapElement() function in OperandElementTypeIterator
172 Type ResultElementTypeIterator::mapElement(Value value) const { in mapElement() function in ResultElementTypeIterator
/llvm-project/llvm/unittests/ADT/
H A DMappedIteratorTest.cpp248 int mapElement(int X) const { return X + 1; } in TEST() function
268 S &mapElement(int X) const { return *(P + X); } in TEST() function
291 int &mapElement(int X) const { return M[X]; } in TEST() function