Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp401 static ArrayRef<T> copyArrayRefInto(llvm::BumpPtrAllocator &allocator, in copyArrayRefInto() function
867 results = copyArrayRefInto(impl.affineAllocator, results); in getImpl()
914 constraints = copyArrayRefInto(impl.affineAllocator, constraints); in get()
915 eqFlags = copyArrayRefInto(impl.affineAllocator, eqFlags); in get()