Home
last modified time | relevance | path

Searched defs:getTypePreferredAlignment (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp281 static uint64_t getTypePreferredAlignment(Type type, getTypePreferredAlignment() function
[all...]
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp559 uint64_t mlir::DataLayout::getTypePreferredAlignment(Type t) const { in getTypePreferredAlignment() function in mlir::DataLayout