Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2234 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty); in getAlignOf() local
2235 Constant *NullPtr = Constant::getNullValue(PointerType::getUnqual(AligningTy->getContext())); in getAlignOf()
2239 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf()