Home
last modified time | relevance | path

Searched refs:getLayoutType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp89 return isa<ScalableVectorType>(TT->getLayoutType()); in isScalableTargetExtTy()
228 return TTy->getLayoutType()->isSized(Visited); in isSizedDerivedType()
851 Type *TargetExtType::getLayoutType() const { in getLayoutType() function in TargetExtType
H A DDataLayout.cpp857 Type *LayoutTy = cast<TargetExtType>(Ty)->getLayoutType(); in getAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h716 Type *LayoutTy = cast<TargetExtType>(Ty)->getLayoutType(); in getTypeSizeInBits()
H A DDerivedTypes.h781 Type *getLayoutType() const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp896 C = Constant::getNullValue(TETy->getLayoutType()); in getConstantValue()
1041 Ty = TETy->getLayoutType(); in StoreValueToMemory()
1095 Ty = TETy->getLayoutType(); in LoadValueFromMemory()