Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp158 static unsigned getTypePreferredAlignment(Type type, in getTypePreferredAlignment() function
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp447 unsigned mlir::DataLayout::getTypePreferredAlignment(Type t) const { in getTypePreferredAlignment() function in mlir::DataLayout