Home
last modified time | relevance | path

Searched defs:getDomainSpace (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h64 PresburgerSpace getDomainSpace() const { return space.getDomainSpace(); } in getDomainSpace() function
188 PresburgerSpace getDomainSpace() const { return space.getDomainSpace(); } in getDomainSpace() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerSpace.cpp36 PresburgerSpace PresburgerSpace::getDomainSpace() const { getDomainSpace() function in PresburgerSpace
/llvm-project/polly/lib/Analysis/
H A DScopInfo.cpp1231 isl::space ScopStmt::getDomainSpace() const { return Domain.get_space(); } getDomainSpace() function in ScopStmt