Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDConstants.h1108 static Constant *getAlignOf(Type *Ty);
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp2452 Constant *ConstantExpr::getAlignOf(Type* Ty) { in getAlignOf() function in ConstantExpr
HDCore.cpp1744 return wrap(ConstantExpr::getAlignOf(unwrap(Ty))); in LLVMAlignOf()