Home
last modified time | relevance | path

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

/llvm-project/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp276 static uint64_t getTypeABIAlignment(Type type, const DataLayout &dataLayout, getTypeABIAlignment() function
[all...]
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp547 uint64_t mlir::DataLayout::getTypeABIAlignment(Type t) const { in getTypeABIAlignment() function in mlir::DataLayout