Home
last modified time | relevance | path

Searched defs:dimCount (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/IR/
DIntegerSetDetail.h23 unsigned dimCount; member
DMLIRContext.cpp855 AffineMap AffineMap::getImpl(unsigned dimCount, unsigned symbolCount, in getImpl()
880 AffineMap AffineMap::get(unsigned dimCount, unsigned symbolCount, in get()
885 AffineMap AffineMap::get(unsigned dimCount, unsigned symbolCount, in get()
890 AffineMap AffineMap::get(unsigned dimCount, unsigned symbolCount, in get()
900 IntegerSet IntegerSet::get(unsigned dimCount, unsigned symbolCount, in get()
/external/llvm-project/mlir/lib/CAPI/IR/
DAffineMap.cpp40 MlirAffineMap mlirAffineMapGet(MlirContext ctx, intptr_t dimCount, in mlirAffineMapGet()
/external/llvm-project/mlir/lib/Analysis/
DAffineStructures.cpp1506 unsigned dimCount = symStartPos - num; in getLowerAndUpperBound() local