Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h720 Type *LayoutTy = cast<TargetExtType>(Ty)->getLayoutType(); in getTypeSizeInBits() local
721 return getTypeSizeInBits(LayoutTy); in getTypeSizeInBits()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp823 Type *LayoutTy = cast<TargetExtType>(Ty)->getLayoutType(); in getAlignment() local
824 return getAlignment(LayoutTy, abi_or_pref); in getAlignment()