Searched refs:AligningTy (Results 1 – 1 of 1) sorted by relevance
2484 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty); in getAlignOf() local2486 Constant::getNullValue(PointerType::getUnqual(AligningTy->getContext())); in getAlignOf()2490 Constant *GEP = getGetElementPtr(AligningTy, NullPtr, Indices); in getAlignOf()