Searched defs:mapElement (Results 1 – 5 of 5) sorted by relevance
57 int mapElement(int X) const { return X + 1; } in TEST() function77 S &mapElement(int X) const { return *(P + X); } in TEST() function100 int &mapElement(int X) const { return M[X]; } in TEST() function
167 Type OperandElementTypeIterator::mapElement(Value value) const { in mapElement() function in OperandElementTypeIterator171 Type ResultElementTypeIterator::mapElement(Value value) const { in mapElement() function in ResultElementTypeIterator
125 Type mapElement(Value value) const { return value.getType(); } in mapElement() function
123 const InterfaceT &mapElement(const DialectInterface *interface) const { in mapElement() function
298 Operation *mapElement(OperandType &value) const { return value.getOwner(); } in mapElement() function