Searched refs:getAlignOf (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h921 /// getAlignOf constant expr - computes the alignment of a type in a target
923 static Constant *getAlignOf(Type *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp414 Constant *C = ConstantExpr::getAlignOf(ATy->getElementType());
463 Constant *C = ConstantExpr::getAlignOf(Ty);
H A DConstants.cpp2158 Constant *ConstantExpr::getAlignOf(Type* Ty) { function in class:ConstantExpr
H A DCore.cpp1469 return wrap(ConstantExpr::getAlignOf(unwrap(Ty)));

Completed in 135 milliseconds