Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DMappedIteratorTest.cpp57 int mapElement(int X) const { return X + 1; } in TEST() function
77 S &mapElement(int X) const { return *(P + X); } in TEST() function
100 int &mapElement(int X) const { return M[X]; } in TEST() function
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeUtilities.h82 Type mapElement(Value value) const;
95 Type mapElement(Value value) const;
H A DDialectInterface.h123 const InterfaceT &mapElement(const DialectInterface *interface) const { in mapElement() function
H A DUseDefLists.h298 Operation *mapElement(OperandType &value) const { return value.getOwner(); } in mapElement() function
H A DTypeRange.h125 Type mapElement(Value value) const { return value.getType(); } in mapElement() function
H A DBuiltinAttributes.h327 APFloat mapElement(const APInt &value) const {
349 std::complex<APFloat> mapElement(const std::complex<APInt> &value) const {
508 T mapElement(Attribute attr) const { return attr.cast<T>(); }
/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp167 Type OperandElementTypeIterator::mapElement(Value value) const { in mapElement() function in OperandElementTypeIterator
171 Type ResultElementTypeIterator::mapElement(Value value) const { in mapElement() function in ResultElementTypeIterator
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSTLExtras.h353 return static_cast<const DerivedT &>(*this).mapElement(*this->I);