Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h911 static Constant *getAlignOf(Type *Ty);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp412 Constant *C = ConstantExpr::getAlignOf(ATy->getElementType()); in getFoldedAlignOf()
461 Constant *C = ConstantExpr::getAlignOf(Ty); in getFoldedAlignOf()
DConstants.cpp2005 Constant *ConstantExpr::getAlignOf(Type* Ty) { in getAlignOf() function in ConstantExpr
DCore.cpp1460 return wrap(ConstantExpr::getAlignOf(unwrap(Ty))); in LLVMAlignOf()