Home
last modified time | relevance | path

Searched refs:getAlignOf (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h1026 static Constant *getAlignOf(Type *Ty);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2231 Constant *ConstantExpr::getAlignOf(Type* Ty) { in getAlignOf() function in ConstantExpr
H A DCore.cpp1618 return wrap(ConstantExpr::getAlignOf(unwrap(Ty))); in LLVMAlignOf()