Searched defs:MutableAffineMap (Results 1 – 2 of 2) sorted by relevance
224 struct MutableAffineMap { struct226 MutableAffineMap() {} in MutableAffineMap() argument242 /// Resets this MutableAffineMap with 'map'. argument256 unsigned numDims;257 unsigned numSymbols;260 MLIRContext *context;
478 MutableAffineMap::MutableAffineMap(AffineMap map) in MutableAffineMap() function in MutableAffineMap