Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp153 static unsigned getTypeABIAlignment(Type type, const DataLayout &dataLayout, in getTypeABIAlignment() function
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp435 unsigned mlir::DataLayout::getTypeABIAlignment(Type t) const { in getTypeABIAlignment() function in mlir::DataLayout